ali-sdk
Version:
An sdk include all aliyun, taobao, tmall, alibaba open apis.
44 lines (42 loc) • 1.4 kB
JSON
{
"name": "ali-sdk",
"version": "0.0.0",
"description": "An sdk include all aliyun, taobao, tmall, alibaba open apis.",
"main": "index.js",
"scripts": {
"test": "mocha --harmony --check-leaks -R spec -t 5000 test/*.test.js",
"test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
"test-travis": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
"jshint": "jshint .",
"autod": "autod -w --prefix '~'",
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"jshint": "*",
"istanbul": "*",
"mocha": "*"
},
"homepage": "https://github.com/node-modules/ali-sdk",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/ali-sdk.git",
"web": "https://github.com/node-modules/ali-sdk"
},
"bugs": {
"url": "https://github.com/node-modules/ali-sdk/issues",
"email": "m@fengmk2.com"
},
"keywords": [
"ali-sdk", "ali", "aliyun", "taobao", "tmall", "alibaba"
],
"engines": {
"node": ">= 0.11.14"
},
"author": "fengmk2 <m@fengmk2.com> (http://fengmk2.com)",
"license": "MIT"
}