-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 876 Bytes
/
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
{
"name": "breware",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha -R spec --watch",
"coverage": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"dependencies": {
"body-parser": "1.15.2",
"cookie-parser": "1.4.3",
"debug": "~0.7.4",
"express": "4.14.0",
"moment": "2.15.0",
"morgan": "~1.0.0",
"pug": "2.0.0-beta6",
"serve-favicon": "~2.3.0",
"socket.io": "1.4.8",
"rpi-gpio": "0.7.0"
},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-airbnb": "^11.0.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"mockery": "^1.7.0",
"should": "^11.1.0",
"sinon": "^1.17.5"
}
}