forked from dannycochran/windable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 807 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
{
"name": "windable",
"description": "The wind beneath your map's sails.",
"version": "0.0.1",
"private": true,
"scripts": {
"deploy": "grunt rebuild; git push heroku master",
"start": "node server.js"
},
"dependencies": {
"express": "^3.21.2"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"grunt-browserify": "^5.0.0",
"grunt-concurrent": "^2.2.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-nodemon": "^0.4.1",
"findup-sync": "^4.0.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-known-options": "^1.1.1",
"nopt": "^4.0.1",
"resolve": "^1.14.1"
},
"engines": {
"node": "4.4.1"
}
}