artemis-http-client
Version:
artemis-http-client node.js SDK
56 lines (55 loc) • 1.23 kB
JSON
{
"name": "artemis-http-client",
"version": "1.0.3",
"description": "artemis-http-client node.js SDK",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "make test",
"prepublishOnly": "babel lib/ -d es5/"
},
"author": "weicheng6",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.23.0",
"debug": "^2.6.0",
"httpx": "^2.1.1",
"uuid": "^3.0.0",
"co": "^4.6.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-register": "^6.24.1",
"coveralls": "^2.13.1",
"doxmate": "^0.3.1",
"expect.js": "^0.3.1",
"mocha": "^3.2.0",
"nyc": "^11.0.2"
},
"files": [
"lib",
"es5",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/open8200/artemis-http-client-nodejs.git"
},
"keywords": [
"artemis-http-client",
"open8200",
"artemis",
"http",
"client",
"api"
],
"bugs": {
"url": "https://github.com/open8200/artemis-http-client-nodejs/issues"
},
"homepage": "https://github.com/open8200/artemis-http-client-nodejs#readme"
}