-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1003 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
33
34
35
36
37
38
39
{
"name": "expressPerformanceTester",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/0xorial/expressPerformanceTester.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/0xorial/expressPerformanceTester/issues"
},
"homepage": "https://github.com/0xorial/expressPerformanceTester",
"devDependencies": {
"bluebird": "^2.9.34",
"chai": "^3.2.0",
"coffee-script": "^1.9.3",
"del": "^2.0.0",
"do-wrapper": "^2.1.2",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-coffee": "^2.3.1",
"gulp-gzip": "^1.2.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-plumber": "^1.0.1",
"gulp-shell": "^0.4.3",
"gulp-tar": "^1.4.0",
"gulp-zip": "^3.0.2",
"lodash": "^3.10.1",
"run-sequence": "^1.1.2",
"scp2": "^0.2.2",
"ssh2": "^0.4.11"
}
}