Move VM image build to remote DUT
[yardstick.git] / gui / package.json
1 {
2   "name": "yardstickgui2",
3   "private": true,
4   "devDependencies": {
5     "autoprefixer-core": "^5.2.1",
6     "grunt": "^0.4.5",
7     "grunt-angular-templates": "^0.5.7",
8     "grunt-concurrent": "^1.0.0",
9     "grunt-contrib-clean": "^0.6.0",
10     "grunt-contrib-concat": "^0.5.0",
11     "grunt-contrib-connect": "^0.9.0",
12     "grunt-contrib-copy": "^0.7.0",
13     "grunt-contrib-cssmin": "^0.12.0",
14     "grunt-contrib-htmlmin": "^0.4.0",
15     "grunt-contrib-imagemin": "^1.0.0",
16     "grunt-contrib-jshint": "^0.11.0",
17     "grunt-contrib-uglify": "^0.7.0",
18     "grunt-contrib-watch": "^0.6.1",
19     "grunt-filerev": "^2.1.2",
20     "grunt-google-cdn": "^0.4.3",
21     "grunt-jscs": "^1.8.0",
22     "grunt-newer": "^1.1.0",
23     "grunt-ng-annotate": "^0.9.2",
24     "grunt-postcss": "^0.5.5",
25     "grunt-svgmin": "^2.0.0",
26     "grunt-usemin": "^3.0.0",
27     "grunt-wiredep": "^2.0.0",
28     "jasmine-core": "^2.6.2",
29     "jit-grunt": "^0.9.1",
30     "jshint-stylish": "^1.0.0",
31     "karma": "^1.7.0",
32     "karma-jasmine": "^1.1.0",
33     "karma-phantomjs-launcher": "^1.0.4",
34     "phantomjs-prebuilt": "^2.1.14",
35     "time-grunt": "^1.0.0"
36   },
37   "engines": {
38     "node": ">=0.10.0"
39   },
40   "scripts": {
41     "test": "karma start test\\karma.conf.js"
42   },
43   "config": {
44     "unsafe-perm": true
45   }
46 }