-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 901 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
42
{
"name": "hotair",
"description": "A game for gasbags.",
"version": "0.3.6",
"scripts": {
"start": "node app.js",
"build": "grunt",
"install": "./node_modules/grunt-cli/bin/grunt"
},
"dependencies": {
"cron": "1.0.1",
"dotenv": "^2.0.0",
"express": "3.0.0rc1",
"hammerjs": "^2.0.8",
"jade": "0.27.2",
"lodash": "0.7.0",
"nano": "3.3.2",
"node-uuid": "1.4.0",
"node_hash": "0.2.0",
"nodemailer": "0.3.28",
"ntwitter": "~0.5.0",
"path": "0.4.9",
"q": "0.8.8",
"querystring": "0.1.0",
"time": "0.11.4",
"useragent": "1.1.0"
},
"subdomain": "hotair",
"domains": [
"hotairgame.com",
"www.hotairgame.com"
],
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "^0.3.3",
"grunt-contrib-watch": "^1.0.0"
}
}