-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
33 lines (33 loc) · 862 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": "globe",
"version": "0.4.8",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^3.2.6"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.1",
"grunt-contrib-concat": "^0.3.0",
"grunt-sass": "^0.12.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-compress": "^0.7.0",
"grunt-preprocess": "^4.0.0",
"grunt-regex-replace": "^0.2.6",
"load-grunt-tasks": "^0.4.0",
"karma-phantomjs-launcher": "^0.1.2",
"karma": "^0.12.1",
"karma-qunit": "^0.1.1",
"grunt-karma": "^0.8.2",
"grunt-eslint": "^0.3.2",
"grunt-ember-templates": "~0.4.18",
"grunt-nsp-package": "0.0.2"
}
}