forked from balanced/balanced-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.08 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
{
"name": "balanced-dashboard",
"version": "0.0.1",
"description": "Balanced Dashboard",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test --verbose"
},
"repository": "[email protected]:balanced/balanced-dashboard.git",
"author": "Balanced <[email protected]>",
"dependencies": {
"pullstream": "~0.2.1"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-cli": "0.1.7",
"grunt-neuter": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-less": "~0.5.0",
"grunt-contrib-jshint": "~0.1.1rc5",
"grunt-ember-templates": "~0.4.2rc5",
"grunt-contrib-watch": "~0.2.0rc5",
"grunt-casperjs": "~1.0.6",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-concat": "~0.2.0",
"grunt-hashres": "git://github.com/kleinsch/grunt-hashres.git#replace-all",
"grunt-contrib-copy": "~0.4.1",
"grunt-s3": "~0.2.0-alpha",
"grunt-qunit-istanbul": "git://github.com/kleinsch/grunt-qunit-istanbul.git#coverage-threshold",
"grunt-compile-handlebars": "~0.6.0"
},
"optionalDependencies": {
"grunt-img": "~0.1.6"
}
}