forked from nbroeking/bits
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.89 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.89 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "bits",
"version": "2.3.0",
"description": "Bits Integrated Technology System",
"author": "LGS Innovations",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/LGSInnovations/bits/issues"
},
"homepage": "https://github.com/LGSInnovations/bits#readme",
"scripts": {
"build": "yarn && bower install && npm run build:upgrade && npm run lint && npm run test && npm run autoclean",
"build:upgrade": "cd support/scripts/upgrade-server && npm run build",
"autoclean": "yarn autoclean --force",
"bits:install": "yarn --prod && npm run autoclean",
"polymerLint": "polymer-lint --rules component-name-matches-filename,no-missing-import,no-unused-import,one-component,style-inside-template ./app/elements",
"lint": "eslint --ext js,html --fix ./ && npm run polymerLint",
"test": "mocha --recursive",
"clean": "rm -rf node_modules/ app/bower_components/ data/ npm-error.log yarn-error.log",
"dev": "HTTP_PORT=9000 HTTPS_PORT=9001 node app.js -v"
},
"devDependencies": {
"bower": "^1.8.4",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"eslint-plugin-html": "^4.0.5",
"mocha": "^5.2.0",
"polymer-lint": "^0.8.3",
"supertest": "^3.1.0"
},
"dependencies": {
"@skidder/bits-auto-discovery": "^1.0.2",
"@skidder/bits-crypto": "^1.0.0",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"digraph": "^1.4.1",
"express": "^4.14.0",
"graph-js": "^0.1.11",
"helmet": "^3.1.0",
"http-proxy": "^1.16.2",
"level": "^4.0.0",
"minimist": "^1.2.0",
"morgan": "^1.7.0",
"multer": "^1.2.1",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"pem": "^1.9.4",
"pouchdb": "^6.2.0",
"pouchdb-find": "^6.2.0",
"semver": "^5.3.0",
"socket.io": "^2.2.0",
"which": "^1.2.9",
"winston": "^2.3.0"
}
}