shimo-ali-ons
Version:
Aliyun Open Notification Service Client
68 lines (67 loc) • 1.67 kB
JSON
{
"name": "shimo-ali-ons",
"version": "2.2.1",
"description": "Aliyun Open Notification Service Client",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"autod": "autod --check",
"pkgfiles": "egg-bin pkgfiles --check",
"lint": "eslint . --ext .js",
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"cov": "TEST_TIMEOUT=60000 egg-bin cov",
"ci": "npm run autod && npm run pkgfiles && npm run lint && npm run cov",
"contributors": "contributors -f plain -o AUTHORS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ali-sdk/ali-ons.git"
},
"keywords": [
"ons",
"aliyun",
"ali-sdk"
],
"author": "gxcsoccer <gxcsoccer@126.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ali-sdk/ali-ons/issues"
},
"homepage": "https://github.com/ali-sdk/ali-ons#readme",
"dependencies": {
"JSON2": "^0.1.0",
"address": "^1.0.3",
"binary-search-insert": "^1.0.3",
"byte": "^1.2.0",
"bytes": "^3.0.0",
"chalk": "^2.1.0",
"co": "^4.6.0",
"co-gather": "^0.0.1",
"debug": "^3.1.0",
"egg-logger": "^1.6.0",
"hashring": "^3.2.0",
"is-type-of": "^1.2.0",
"long": "^3.2.0",
"mkdirp": "^0.5.1",
"mz-modules": "^2.0.0",
"osenv": "^0.1.4",
"sdk-base": "^3.3.0",
"tcp-base": "^3.0.0",
"utility": "^1.12.0"
},
"devDependencies": {
"autod": "^2.9.0",
"contributors": "^0.5.1",
"egg-bin": "^4.3.3",
"eslint": "^4.8.0",
"eslint-config-egg": "^5.1.1",
"mm": "^2.2.0",
"urllib": "^2.25.0"
},
"engines": {
"node": ">= 6.0.0"
}
}