egg/examples/restful_api/package.json
2016-07-17 12:48:09 +08:00

9 lines
140 B
JSON

{
"name": "egg-restful-api-demo",
"main": "dispatch.js",
"scripts": {
"dev": "egg-bin dev",
"start": "node dispatch.js"
}
}