-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 963 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
39
40
41
{
"name": "DevSpect",
"version": "0.1.0",
"main": "server.coffee",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"directories": {
"test": "test"
},
"dependencies": {
"express": "~2.5.11",
"jade": "~0.26.3",
"coffee-script": "~1.3.3",
"express-namespace": "~0.1.1",
"connect-assets": "~2.3.0",
"underscore": "~1.3.3",
"stylus": "~0.28.1",
"qs": "~0.5.0",
"socket.io": "~0.9.6",
"cradle": "~0.6.4",
"passport": "~0.1.15",
"passport-twitter": "~0.1.5",
"zeparser": "~0.0.5"
},
"devDependencies": {
"node-dev": "~0.2.4",
"mocha": "~1.3.0",
"request": "~2.12.0",
"libxmljs": "~0.6.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha",
"start": "node server.js",
"watch": "./node_modules/.bin/mocha --growl --watch",
"devserver": "./node_modules/node-dev/node-dev server.js"
},
"license": "BSD",
"description": "Description ==========="
}