6 Star 7 Fork 4

koahubjs / koahub-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1011 Bytes
一键复制 编辑 原始数据 按行查看 历史
einsqing 提交于 2017-04-19 17:08 . 修改moment依赖bug
{
"author": {
"name": "js.koahub.com"
},
"bin": {
"koahub": "./bin/koahub.js"
},
"dependencies": {
"babel-core": "6.24.0",
"babel-preset-env": "1.2.1",
"babel-runtime": "6.23.0",
"chokidar": "1.6.1",
"commander": "2.9.0",
"moment": "2.18.1",
"shelljs": "0.7.6"
},
"devDependencies": {
"mocha": "3.2.0",
"should": "11.2.0",
"supertest": "3.0.0"
},
"directories": {},
"engines": {
"node": ">= 7.6.0"
},
"keywords": [
"dev",
"babel",
"compile",
"es6",
"koa",
"koahub",
"koahubjs",
"restart",
"reload",
"pm2",
"forever",
"node-dev",
"supervisor",
"nodemon",
"monitor",
"watch"
],
"license": "ISC",
"main": "./lib/index.js",
"maintainers": [
{
"name": "einsqing",
"email": "786699892@qq.com"
}
],
"name": "koahub-cli",
"optionalDependencies": {},
"scripts": {
"test": "mocha --recursive test/{,**/}*.test.js"
},
"version": "0.3.0"
}
JavaScript
1
https://gitee.com/koahubjs/koahub-cli.git
git@gitee.com:koahubjs/koahub-cli.git
koahubjs
koahub-cli
koahub-cli
master

搜索帮助