forked from balanced/balanced-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "balanced-dashboard",
"version": "1.1.6",
"description": "Balanced Dashboard",
"main": "Gruntfile.js",
"scripts": {
"start": "grunt",
"test": "grunt test --verbose"
},
"repository": "[email protected]:balanced/balanced-dashboard.git",
"author": "Balanced <[email protected]>",
"devDependencies": {
"body-parser": "1.2.0",
"bower": "1.3.12",
"broccoli-asset-rev": "0.3.1",
"broccoli-coffee": "0.1.1",
"broccoli-ember-hbs-template-compiler": "1.6.2",
"broccoli-merge-trees": "0.1.4",
"broccoli-static-compiler": "0.1.4",
"ember-cli": "0.1.2",
"ember-cli-coffeescript": "0.0.7",
"ember-cli-less": "1.0.4",
"ember-cli-qunit": "0.1.0",
"express": "4.8.5",
"glob": "4.0.5",
"grunt": "0.4.4",
"grunt-bower-task": "0.4.0",
"grunt-bump": "0.0.15",
"grunt-cli": "0.1.13",
"grunt-contrib-connect": "0.7.1",
"grunt-contrib-copy": "0.5.0",
"grunt-exec": "0.4.5",
"grunt-s3": "0.2.0-alpha.3",
"pullstream": "0.4.0",
"recursive-readdir": "1.0.0"
},
"optionalDependencies": {
"grunt-img": "0.1.7"
},
"dependencies": {}
}