thinkjs/template/package.json
2017-09-12 18:38:01 +08:00

13 lines
252 B
JSON

{
"name": "thinkjs-application",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/development.js"
},
"dependencies": {
"thinkjs": "v2"
},
"repository": "",
"license": "MIT"
}