npm-git-install
Version:
Clones and (re)installs packages from remote git repos
40 lines (39 loc) • 852 B
JSON
{
"name": "npm-git-install",
"version": "0.3.0",
"description": "Clones and (re)installs packages from remote git repos",
"main": "build/index.js",
"bin": {
"npm-git": "build/cli.js"
},
"scripts": {
"prepublish": "coffee --no-header -cbmo build src",
"develop": "coffee --watch --no-header -cbmo build src",
"test": "echo test"
},
"keywords": [
"npm",
"install",
"packages",
"git",
"prepublish",
"clone",
"local",
"directory",
"temporary"
],
"repository": {
"type": "git",
"url": "https://github.com/lzrski/npm-git-install.git"
},
"author": "Tadeusz Łazurski (http://lazurski.pl/)",
"license": "ISC",
"dependencies": {
"commander": "^2.9.0",
"cross-spawn": "^5.0.1",
"temp": "^0.8.3"
},
"devDependencies": {
"coffee-script": "^1.10.0"
}
}