dl-code-snippet
Version:
29 lines (28 loc) • 728 B
JSON
{
"name": "dl-code-snippet",
"version": "1.0.2",
"description": "dl-code-snippet",
"main": "",
"bin": {
"dlcode": "./bin/dlcode.js"
},
"scripts": {
"git": "git add --all && git commit -m'mark' && git push origin master",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsnlfk/download-code-snippet.git"
},
"author": "rocket",
"license": "ISC",
"bugs": {
"url": "https://github.com/dsnlfk/download-code-snippet/issues"
},
"homepage": "https://github.com/dsnlfk/download-code-snippet#readme",
"dependencies": {
"commander": "^3.0.1",
"download-git-repo": "^2.0.0"
},
"devDependencies": {}
}