thinkjs/template/package.json
2016-01-02 15:11:43 +08:00

11 lines
215 B
JSON

{
"name": "thinkjs-application",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/development.js"
},
"dependencies": {
"thinkjs": "2.1.x"
}
}