1 Star 0 Fork 0

guanzhenxing / node-es6-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
guanzhenxing 提交于 2016-11-08 23:29 . the basic
{
"name": "node-es6-starter",
"version": "1.0.0",
"description": "A scaffold for NodeJs, Babel, ES6",
"main": "index.js",
"scripts": {
"babel-node": "babel-node --presets es2015,stage-0,stage-1",
"start": "nodemon --exec npm run babel-node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guanzhenxing/node-es6-starter.git"
},
"keywords": [
"NodeJs",
"ES6",
"Babel"
],
"author": "guan.zhenxing",
"license": "MIT",
"bugs": {
"url": "https://github.com/guanzhenxing/node-es6-starter/issues"
},
"homepage": "https://github.com/guanzhenxing/node-es6-starter#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-runtime": "^6.18.0",
"cross-env": "^3.1.3",
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-standard": "^2.0.1",
"nodemon": "^1.11.0"
}
}
1
https://gitee.com/guanzhenxing/node-es6-starter.git
git@gitee.com:guanzhenxing/node-es6-starter.git
guanzhenxing
node-es6-starter
node-es6-starter
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891