forked from lane-webperformance/legion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1004 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
{
"name": "legion",
"version": "0.0.16",
"description": "Legion load testing framework: main library",
"main": "src/index.js",
"scripts": {
"test": "eslint ./src/** ./spec/** && jasmine && istanbul cover jasmine",
"clean": "rimraf node_modules coverage"
},
"author": "Christopher Lane Hinson <[email protected]>",
"license": "APSL-2.0",
"dependencies": {
"command-line-args": "^3.0.0",
"command-line-usage": "^3.0.1",
"legion-instrument": "https://github.com/lane-webperformance/legion-instrument.git#v0.0.12",
"legion-io": "https://github.com/lane-webperformance/legion-io.git#v0.0.8",
"legion-metrics": "https://github.com/lane-webperformance/legion-metrics.git#v0.0.11",
"ramda": "^0.21.0"
},
"optionalDependencies": {
"legion-capture": "https://github.com/lane-webperformance/legion-capture.git#v0.0.6"
},
"devDependencies": {
"eslint": "^2.11.1",
"istanbul": "^0.4.2",
"jasmine": "^2.4.1",
"rimraf": "^2.5.2"
}
}