UNPKG

1.09 kBJSONView Raw
1{
2 "name": "skinny-bone-actions-http",
3 "version": "0.7.2",
4 "description": "Http transport for skinny actions bone",
5 "author": {
6 "name": "Geometria Lab"
7 },
8 "contributors": [
9 {
10 "name": "Ivan Shumkov",
11 "email": "ivan@shumkov.ru"
12 }
13 ],
14 "main": "./bone.js",
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/skinnyjs/skinny-bone-actions-http.git"
18 },
19 "scripts": {
20 "test": "$(npm bin)/mocha --reporter spec lib/**/*.spec.js"
21 },
22 "peerDependencies": {
23 "skinny-bone-actions": "~0.5.0"
24 },
25 "dependencies": {
26 "agentkeepalive": "~2.0.2",
27 "bluebird": "~2.9.24",
28 "co": "~4.5.1",
29 "co-body": "~1.1.0",
30 "create-error": "~0.3.1",
31 "lodash": "~3.9.3",
32 "node-fetch": "~1.3.0",
33 "qs": "~2.3.3"
34 },
35 "devDependencies": {
36 "chai": "~2.3.0",
37 "mocha": "~2.2.4",
38 "mocha-sinon": "~1.1.4",
39 "sinon": "~1.14.1",
40 "sinon-chai": "~2.7.0",
41 "skinny": "^0.4.0"
42 },
43 "engines": [
44 "node >=0.12"
45 ],
46 "bugs": {
47 "url": "https://github.com/skinnyjs/skinny-bone-actions-http/issues"
48 }
49}