thinkjs/template/package.json
2015-08-25 17:43:53 +08:00

15 lines
385 B
JSON

{
"name": "thinkjs-project",
"description": "project created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/index.js",
"compile": "babel --loose all --optional runtime --stage 0 --modules common src/ --out-dir app/",
"watch-compile": "npm run compile -- --watch"
},
"dependencies": {
"babel": "5.8.21",
"babel-runtime": "5.6.17"
}
}