-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.07 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
47
48
49
{
"name": "skinny-bone-actions-http",
"version": "0.7.2",
"description": "Http transport for skinny actions bone",
"author": {
"name": "Geometria Lab"
},
"contributors": [
{
"name": "Ivan Shumkov",
"email": "[email protected]"
}
],
"main": "./bone.js",
"repository": {
"type": "git",
"url": "git+https://github.com/skinnyjs/skinny-bone-actions-http.git"
},
"scripts": {
"test": "$(npm bin)/mocha --reporter spec lib/**/*.spec.js"
},
"peerDependencies": {
"skinny-bone-actions": "~0.5.0"
},
"dependencies": {
"agentkeepalive": "~2.0.2",
"bluebird": "~2.9.24",
"co": "~4.5.1",
"co-body": "~1.1.0",
"create-error": "~0.3.1",
"lodash": "~3.9.3",
"node-fetch": "~1.3.0",
"qs": "~2.3.3"
},
"devDependencies": {
"chai": "~2.3.0",
"mocha": "~2.2.4",
"mocha-sinon": "~1.1.4",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0",
"skinny": "^0.4.0"
},
"engines": [
"node >=0.12"
],
"bugs": {
"url": "https://github.com/skinnyjs/skinny-bone-actions-http/issues"
}
}