forked from websdotcom/BitPoints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 853 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
35
36
37
38
{
"name": "BitPoints",
"version": "0.0.1",
"private": true,
"description": "Agile Estimation with Sockets",
"author": "Michael Barrett @twisterghost",
"contributors": [
"Nick Swider @swider",
"Jack Anderson @jackwanders"
],
"scripts": {
"server": "node app.js",
"start": "npm run server",
"lint": "eslint ."
},
"engines": {
"node": "4.2.*",
"npm": "2.14.7"
},
"dependencies": {
"body-parser": "^1.15.0",
"bunyan": "^1.8.9",
"cookie-parser": "^1.4.1",
"errorhandler": "^1.4.3",
"express": "4.13.4",
"express-favicon": "^1.0.1",
"express-less-middleware": "^1.4.5",
"gravatar": "1.5.2",
"jade": "1.11.0",
"lodash": "4.11.1",
"morgan": "^1.7.0",
"serve-static": "^1.10.2",
"socket.io": "0.9.16"
},
"devDependencies": {
"eslint": "^2.8.0"
}
}