-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "lfg-nucleus",
"version": "4.0.1",
"dependencies": {
"clone": "^1.0.3",
"numeral": "^1.5.3",
"semver": "^5.1.0",
"uuid": "^2.0.1"
},
"homepage": "http://www.chrishanel.com/",
"author": "Alex Van Camp <[email protected]>",
"description": "Meta bundle that ties together functionality from other \"lfg\" helper bundles.",
"private": true,
"scripts": {
"test": "npm run static",
"static": "eslint dashboard/**/*.js extension/**/*.js"
},
"nodecg": {
"compatibleRange": "^1.0.0",
"bundleDependencies": {
"lfg-filter": "^4.0.0"
},
"dashboardPanels": [
{
"name": "notifications",
"title": "Notifications",
"width": 4,
"headerColor": "#564573",
"file": "panel.html",
"faIcon": "fa-exclamation"
}
]
},
"devDependencies": {
"babel-eslint": "^6.0.5",
"eslint": "^2.13.1",
"eslint-config-xo": "^0.15.2",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-html": "^1.4.0"
}
}