@bxjs/acm-client
Version:
aliyun acm client
51 lines • 1.29 kB
JSON
{
"name": "@bxjs/acm-client",
"version": "1.1.0",
"private": false,
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bxjs/acm-clien"
},
"description": "aliyun acm client",
"files": [
"lib/",
"index.js"
],
"keywords": [
"acm-client",
"acm"
],
"scripts": {
"autod": "autod",
"ci": "npm run lint && npm run cov",
"contributors": "ali-contributors",
"cov": "TEST_REPORTER=spec TEST_TIMEOUT=20000 egg-bin cov",
"lint": "eslint . --ext .js",
"test": "npm run lint && npm run test-local",
"test-local": "TEST_REPORTER=spec egg-bin test"
},
"devDependencies": {
"autod": "^2.8.0",
"eslint": "^3.19.0",
"eslint-config-egg": "^3.2.0",
"pedding": "^1.1.0",
"power-assert": "^1.4.4"
},
"dependencies": {
"cluster-client": "^1.5.3",
"co": "^4.6.0",
"co-gather": "^0.0.1",
"debug": "^2.6.3",
"hmacsha1": "^1.0.0",
"iconv-lite": "^0.4.15",
"is-type-of": "^1.0.0",
"mz": "^2.6.0",
"mz-modules": "^1.0.0",
"osenv": "^0.1.4",
"sdk-base": "^3.1.1",
"urlencode": "^1.1.0",
"urllib": "^2.25.1",
"utility": "^1.11.0"
}
}