ali-cdn-cli
Version:
refresh and push ali-cdn in shell
33 lines (32 loc) • 722 B
JSON
{
"name": "ali-cdn-cli",
"version": "1.0.2",
"description": "refresh and push ali-cdn in shell",
"main": "index.js",
"bin": {
"ali-cdn-cli": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/flyskywhy/ali-cdn-cli.git"
},
"keywords": [
"alicdn",
"ali-cdn",
"aliyun-cdn",
"cdn.aliyuncs.com"
],
"author": "flyskywhy",
"license": "MIT",
"bugs": {
"url": "https://github.com/flyskywhy/ali-cdn-cli/issues"
},
"homepage": "https://github.com/flyskywhy/ali-cdn-cli#readme",
"dependencies": {
"aliyun-cdn-refresh": "1.2.0",
"commander": "^2.16.0"
}
}