-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 805 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 805 Bytes
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
{
"name": "wu-wei-benchmarking-toolkit",
"version": "0.3.2",
"bin": {
"wu": "bin/wu",
"bt": "bin/wu"
},
"main": "lib/api.js",
"dependencies": {
"debug": "^2.6.8",
"extend": "^3.0.0",
"hash-files": "^1.0.0",
"is-my-json-valid": "^2.12.3",
"json-pointer": "^0.3.0",
"mathjs": "^4.1.0",
"moment": "^2.10.6",
"node-dir": "^0.1.15",
"node-stream-zip": "^1.3.4",
"nopt": "^3.0.6",
"nopt-usage": "^0.1.0",
"plotly": "^1.0.0",
"readline-sync": "^1.0.0",
"request": "^2.73.0",
"shelljs": "^0.7.8",
"tar": "^2.2.1",
"temp": "^0.8.3"
},
"devDependencies": {
"unit.js": "^2.0.0",
"mocha": "^2.4.5",
"express": "^4.14.0"
},
"scripts": {
"test": "mocha tests"
},
"engines": {
"node": "^6.3.1"
}
}