-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.05 KB
/
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
42
43
44
45
{
"name": "tmwired",
"title": "TMWired",
"description": "TMWired Game – node setup",
"url": "http://www.github.com",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node index.js"
},
"dependencies": {
"async": "0.9.0",
"body-parser": "1.2.2",
"bullet-pubsub": "^1.1.3",
"compression": "1.0.2",
"express": "4.3.2",
"jade": "1.3.1",
"method-override": "1.0.2",
"morgan": "1.1.1",
"node-twitter-api": "^1.4.0",
"request": "^2.42.0",
"serialport": "^1.4.5",
"socket.io": "1.0.3",
"socket.io-client": "1.0.3",
"twit": "^1.1.18",
"twitter": "^0.2.12",
"underscore": "1.6.0"
},
"devDependencies": {
"grunt": "*",
"grunt-autoprefixer": "~0.8.1",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-sass": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-csso": "~0.6.2",
"grunt-devtools": "*",
"load-grunt-tasks": "~0.6.0"
},
"subdomain": "tmwired",
"engines": {
"node": "0.10.x"
}
}