-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 776 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 776 Bytes
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": "collabit",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app",
"test": "node node_modules/jasmine/bin/jasmine",
"postinstall": "node node_modules/bower/bin/bower install",
"devsetup": "tsd install"
},
"dependencies": {
"body-parser": "^1.12.4",
"bower": "^1.4.1",
"config": "^1.14.0",
"errorhandler": "^1.4.0",
"express": "^4.12.4",
"jade": "^1.10.0",
"method-override": "^2.3.3",
"morgan": "^1.5.3",
"node-sass-middleware": "^0.9.0",
"sanitizer": "^0.1.2",
"share": "^0.6.3",
"socket.io": "~0.9.16",
"underscore": "^1.8.3"
},
"devDependencies": {
"jasmine": "^2.3.1",
"pre-commit": "^1.0.10",
"tsd": "^0.6.3"
},
"pre-commit": [
"test"
]
}