forked from eucalyptus/eucaconsole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 930 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
{
"name": "eucaconsole",
"version": "4.1.0",
"repository": "https://github.com/eucalyptus/eucaconsole",
"devDependencies": {
"bower": "~1.3.12",
"grunt": "~0.4.5",
"grunt-bowercopy": "~1.1.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compass": "~1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-html": "~4.0.2",
"grunt-karma": "^2.0.0",
"grunt-lib-phantomjs": "^1.1.0",
"grunt-text-replace": "~0.4.0",
"jasmine": "^2.5.1",
"jshint-stylish": "~1.0.0",
"karma": "^1.2.0",
"karma-cli": "^1.0.1",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"phantomjs": "^2.1.7"
}
}