forked from Netflix/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.42 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
42
43
44
45
46
{
"name": "vector",
"version": "0.1.0",
"description": "Vector is an Instance-Level, On-Demand, High-Resolution Monitoring Framework. It's a web-base UI that leverages Performance Co-Pilot (PCP) in the backend.",
"main": "index.html",
"directories": {
"doc": "docs"
},
"dependencies": {
"gulp": "^3.8.11"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"protractor": "~1.0.0",
"http-server": "^0.6.1",
"bower": "^1.3.1",
"eslint": "~0.18.0",
"eslint-plugin-angular": "0.0.7",
"gulp-eslint": "~0.8.0",
"gulp-tar": "~1.4.0",
"gulp-gzip": "~1.1.0",
"gulp-bower": "~0.0.10"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a 0.0.0.0 -p 8000",
"pretest": "npm install",
"test": "node node_modules/karma/bin/karma start test/karma.conf.js",
"test-single-run": "node node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor test/protractor-conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Netflix/vector.git"
},
"author": "Martin Spier",
"license": "Apache Licence, v2.0"
}