1 Star 0 Fork 0

zhaochengqi / server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaochengqi 提交于 2018-03-07 15:55 . ss
{
"name": "myproject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel es6 --out-dir js",
"upload": "git add . && git commit -m 'edit' && git push"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
},
"dependencies": {
"express": "^4.16.2"
}
}
1
https://gitee.com/zhao_chengqi/server.git
git@gitee.com:zhao_chengqi/server.git
zhao_chengqi
server
server
master

搜索帮助