OLD | NEW |
1 { | 1 { |
2 "name": "golden", | 2 "name": "golden", |
3 "version": "0.1.0", | 3 "version": "0.1.0", |
4 "private": true, | 4 "private": true, |
5 "description": "Skia Correctness testing", | 5 "description": "Skia Correctness testing", |
6 "main": "index.js", | 6 "main": "index.js", |
7 "scripts": { | 7 "scripts": { |
8 "test": "make test" | 8 "test": "make test" |
9 }, | 9 }, |
10 "author": "", | 10 "author": "", |
11 "license": "BSD", | 11 "license": "BSD", |
12 "devDependencies": { | 12 "devDependencies": { |
13 "grunt": "~0.4.5", | 13 "grunt": "~0.4.5", |
14 "grunt-contrib-uglify": "~0.4.0", | 14 "grunt-contrib-uglify": "~0.4.0", |
15 "grunt-bower": "~0.13.1", | 15 "grunt-bower": "~0.13.1", |
16 "grunt-contrib-concat": "~0.4.0", | 16 "grunt-contrib-concat": "~0.4.0", |
17 "grunt-shell": "~0.7.0", | 17 "grunt-shell": "~0.7.0", |
18 "grunt-contrib-copy": "~0.5.0", | 18 "grunt-contrib-copy": "~0.5.0", |
19 "grunt-contrib-cssmin": "~0.9.0", | 19 "grunt-contrib-cssmin": "~0.9.0", |
20 "grunt-autoprefixer": "~0.7.6", | 20 "grunt-autoprefixer": "~0.7.6", |
21 "bower": "~1.3.5", | 21 "bower": "~1.3.12", |
22 "grunt-cli": "~0.1.13", | 22 "grunt-cli": "~0.1.13", |
23 "grunt-karma": "~0.8.3", | 23 "grunt-karma": "~0.8.3", |
24 "mocha": "~1.20.1", | 24 "mocha": "~1.20.1", |
25 "chai": "~1.9.1", | 25 "chai": "~1.9.1", |
26 "karma-mocha": "~0.1.4", | 26 "karma-mocha": "~0.1.4", |
27 "karma-chai": "~0.1.0", | 27 "karma-chai": "~0.1.0", |
28 "karma-chrome-launcher": "~0.1.4", | 28 "karma-chrome-launcher": "~0.1.4", |
29 "karma-firefox-launcher": "~0.1.3", | 29 "karma-firefox-launcher": "~0.1.3", |
30 "karma-ie-launcher": "~0.1.5", | 30 "karma-ie-launcher": "~0.1.5", |
31 "karma-safari-launcher": "~0.1.1", | 31 "karma-safari-launcher": "~0.1.1", |
32 "grunt-contrib-jshint": "~0.10.0", | 32 "grunt-contrib-jshint": "~0.10.0", |
33 "grunt-vulcanize": "~0.5.0", | 33 "grunt-vulcanize": "~0.5.0", |
34 "grunt-mkdir": "~0.1.2", | 34 "grunt-mkdir": "~0.1.2", |
35 "cssmin": "~0.4.2", | 35 "cssmin": "~0.4.2", |
36 "autoprefixer": "~4.0.0", | 36 "autoprefixer": "~4.0.0", |
37 "bower": "~1.3.12", | 37 "vulcanize": "~0.7.10", |
38 "vulcanize": "~0.7.1", | |
39 "uglify-js": "~2.4.15", | 38 "uglify-js": "~2.4.15", |
40 "native-promise-only": "~0.7.6-a" | 39 "native-promise-only": "~0.7.6-a" |
41 } | 40 } |
42 } | 41 } |
OLD | NEW |