forked from GoogleCloudPlatform/PerfKitExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 934 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
32
{
"name": "perfkit-explorer-deps",
"version": "23.0.0",
"description": "NPM dev/test dependencies for PerfKit Explorer",
"author": "Joe Allan Muharsky <[email protected]>",
"dependencies": {
"gulp": "3.9.x",
"gulp-util": "3.0.x",
"gulp-closure-compiler": "0.2.x",
"gulp-concat": "2.6.x",
"gulp-flatten": "0.2.x",
"gulp-minify-html": "1.0.x",
"gulp-ng-html2js": "0.2.x",
"gulp-uglify": "1.5.x"
},
"devDependencies": {
"gulp-closure-compiler": "^0.4.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.1",
"karma-closure": "^0.1.1",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.1.8",
"karma-jasmine-matchers": "^2.0.0-beta2",
"karma-nested-reporter": "^0.1.3",
"karma-ng-html2js-preprocessor": "^0.2.0"
},
"preferGlobal": true,
"private": true,
"license": "Apache2"
}