-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 1.14 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
{
"name": "bits-network-manager",
"version": "3.0.0",
"description": "BITS Network Manager",
"author": "LGS Innovations",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/LGSInnovations/bits-network-manager/issues"
},
"homepage": "https://github.com/LGSInnovations/bits-network-manager#readme",
"scripts": {
"bits:install": "yarn --prod && npm run bower:install:prod",
"polymerLint": "polymer-lint --rules component-name-matches-filename,no-missing-import,no-unused-import,one-component,style-inside-template ./app/elements",
"lint": "eslint --fix ./ && npm run polymerLint",
"test": "mocha --timeout 5000 test/*.js test/**/*.js",
"bower:install": "bower install --allow-root",
"bower:install:prod": "bower install --prod --allow-root",
"build": "yarn && npm run bower:install && npm run lint && npm run test"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.10.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-html": "^3.2.2",
"mocha": "^4.0.1",
"polymer-lint": "^0.8.3"
},
"dependencies": {
"bower": "^1.8.2",
"dbus-network-manager": "^0.1.3"
}
}