smash-package-installer
Version:
A tiny npm package installer used by smash-cli.
30 lines (29 loc) • 717 B
JSON
{
"name": "smash-package-installer",
"version": "0.0.1",
"description": "A tiny npm package installer used by smash-cli.",
"main": "index.js",
"scripts": {
"test": "node index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chenhaihong/smash-package-installer.git"
},
"keywords": [
"install",
"install-package",
"smash",
"smash-cli"
],
"author": "erye <erye@tiiit.cn>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chenhaihong/smash-package-installer/issues"
},
"homepage": "https://github.com/chenhaihong/smash-package-installer#readme",
"dependencies": {
"smash-copy": "0.0.1",
"smash-shell": "0.0.1"
}
}