2 Star 0 Fork 0

mirrors_tad-lispy/npm-git-install

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 852 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthew Vaughan 提交于 2016-11-19 09:01 +08:00 . Cross spawn to allow windows compatibility
{
"name": "npm-git-install",
"version": "0.2.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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_tad-lispy/npm-git-install.git
git@gitee.com:mirrors_tad-lispy/npm-git-install.git
mirrors_tad-lispy
npm-git-install
npm-git-install
master

搜索帮助