-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 870 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
{
"name": "hystrixjs",
"version": "0.0.3",
"description": "resilience module for NodeJS applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache 2.0",
"devDependencies": {
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-bump": "^0.3.1",
"gulp-git": "^1.2.4",
"gulp-jasmine": "^2.0.1",
"gulp-plumber": "^1.0.1",
"http": "0.0.0",
"jasmine": "^2.3.1",
"jasmine-core": "^2.3.4",
"lodash": "^3.10.1",
"minimist": "^1.1.2",
"request": "^2.60.0",
"request-promise-json": "^1.0.4",
"rewire": "^2.3.4",
"sinon": "^1.16.1"
},
"dependencies": {
"rx": "^3.0.0",
"q": "^1.0.1",
"fast-stats": "0.0.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}