url50r
Version:
http://50r.cn 短网址 node.js SDK
37 lines (36 loc) • 971 B
JSON
{
"name": "url50r",
"version": "1.1.2",
"description": "http://50r.cn 短网址 node.js SDK",
"keywords": [
"短网址",
"50r.cn",
"网址缩短",
"短网址API",
"短网址接口"
],
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -u bdd",
"publish": "npm publish .",
"mocha": "./node_modules/.bin/mocha -u bdd",
"cov": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/wapznw/nodejs_sdk_50r.git"
},
"bugs": {
"url": "https://github.com/wapznw/nodejs_sdk_50r/issues"
},
"author": "50R.CN 短网址",
"license": "MIT",
"dependencies": {
"promise": "^7.1.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.4.4",
"mocha": "^3.0.2"
}
}