-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "dangerous-rhythms",
"version": "0.0.0",
"private": true,
"dependencies": {
"keystone": "^0.3.9",
"async": "^0.9.0",
"underscore": "^1.8.0",
"moment": "^2.8.1",
"cloudinary": "^1.0.12",
"express-handlebars": "^1.1.0",
"handlebars": "^2.0.0",
"node-sass": "^2.1.1",
"node-sass-middleware": "^0.5.0",
"dotenv": "^1.1.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"grunt": "^0.4.4",
"grunt-autoprefixer": "^3.0.1",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-jshint": "^0.7.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.17",
"grunt-node-inspector": "^0.1.5",
"grunt-nodemon": "^0.2.1",
"grunt-postcss": "^0.5.0",
"jshint-stylish": "^0.1.3",
"load-grunt-configs": "^0.4.1",
"load-grunt-tasks": "^0.4.0",
"open": "0.0.5",
"time-grunt": "^0.3.1"
},
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.14"
},
"scripts": {
"start": "node keystone.js"
},
"main": "keystone.js"
}