-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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": "nissan-heisman-house-admin",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "^0.9.0",
"connect-mongo": "^0.4.2",
"cors": "^2.4.1",
"dotenv": "0.4.0",
"express": "^4.13.3",
"express3-handlebars": "~0.5.0",
"handlebars": "^2.0.0-alpha.2",
"keystone": "~0.2.27",
"moment": "~2.8.1",
"newrelic": "^1.10.3",
"node-bitlyapi": "^0.4.0",
"q": "^1.0.1",
"request": "^2.42.0",
"underscore": "^1.7.0",
"unirest": "^0.4.2",
"useragent": "^2.0.9",
"yamlparser": "0.0.2"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-express-server": "~0.4.17",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.7.1",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.4.0",
"grunt-node-inspector": "~0.1.5",
"time-grunt": "~0.3.1",
"grunt-concurrent": "~0.5.0",
"grunt-nodemon": "~0.2.1",
"open": "0.0.5"
},
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.14"
},
"scripts": {
"start": "node keystone.js"
},
"main": "keystone.js"
}