forked from balanced/balanced-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
44
45
{
"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",
"grunt-open": "~0.2.2"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-cli": "0.1.7",
"grunt-neuter": "0.5.0",
"grunt-bower-task": "~0.3.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-jshint": "~0.1.1rc5",
"grunt-ember-templates": "0.4.10",
"grunt-contrib-watch": ">= 0.4.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-concat": "~0.2.0",
"grunt-hashres": "~0.3.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-s3": "~0.2.0-alpha",
"grunt-compile-handlebars": "~0.6.0",
"grunt-exec": "0.4.1",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.2",
"grunt-karma": "~0.6.2",
"karma-coverage": "~0.1",
"karma-qunit": "~0.1",
"grunt-jsbeautifier": "~0.2.2"
},
"optionalDependencies": {
"grunt-img": "~0.1.6"
}
}