UNPKG

aliyun-cs-node-sdk

Version:
43 lines 991 B
{ "name": "aliyun-cs-node-sdk", "version": "1.0.0", "main": "index.js", "author": "Suyi(Thonatos)", "license": "MIT", "directories": { "test": "test" }, "scripts": { "format": "prettier --single-quote --trailing-comma es5 --write '{lib,test}/**/*.{js,json}'", "test": "mocha", "lint": "eslint .", "run-test": "DEBUG=cs:client node test/client.js" }, "dependencies": { "debug": "^3.1.0", "httpx": "^2.1.2", "kitx": "^1.3.0" }, "devDependencies": { "prettier": "^1.10.2", "coveralls": "^2.13.1", "eslint": "^3.19.0", "expect.js": "^0.3.1", "mocha": "^3.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/thonatos/aliyun-cs-node-sdk.git" }, "keywords": [ "CS", "Docker", "Service", "Aliyun", "Alicloud" ], "bugs": { "url": "https://github.com/thonatos/aliyun-cs-node-sdk/issues" }, "homepage": "https://github.com/thonatos/aliyun-cs-node-sdk#readme" }