-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "dmngd",
"version": "1.0.0",
"private": true,
"main": "app.js",
"scripts": {
"start": "node app.js",
"postinstall": "./node_modules/grunt-cli/bin/grunt prod"
},
"engines": {
"node": "0.12.x"
},
"dependencies": {
"airtable": "^0.2.2",
"body-parser": "~1.4.3",
"coffee-script": "^1.7.1",
"compression": "~1.0.8",
"cookie-parser": "~1.3.2",
"express": "~4.2.0",
"glob": "~4.0.5",
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-compass": "~0.9.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-develop": "~0.4.0",
"jade": "~1.3.0",
"load-grunt-tasks": "~0.6.0",
"memcache": "^0.3.0",
"method-override": "~2.1.1",
"moment": "^2.8.4",
"mongoose": "~3.8.12",
"morgan": "~1.1.1",
"request": "~2.36.0",
"serve-favicon": "~2.0.1",
"time-grunt": "~0.3.2",
"twitter-text": "^1.13.2",
"unirest": "^0.3.0",
"vhost": "^3.0.2"
}
}