-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 823 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
{
"name": "aegee-madeira",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "~0.9.0",
"dotenv": "0.2.8",
"keystone": "~0.2.19",
"prerender-node": "^1.0.1",
"underscore": "~1.6.0"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-jade": "^0.12.0",
"grunt-contrib-concat": "",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-express-server": "~0.4.17",
"grunt-node-inspector": "~0.1.5",
"grunt-nodemon": "~0.2.1",
"jshint-stylish": "~0.1.3",
"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"
}