firstnodejs_7colorlotus
Version:
28 lines (27 loc) • 588 B
JSON
{
"name": "firstnodejs_7colorlotus",
"version": "1.0.1",
"description": "first node",
"main": "server.js",
"dependencies": {
"express": "^4.16.3"
},
"devDependencies": {},
"scripts": {
"test": "make test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7colorlotus/NodejsLearn.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/7colorlotus/NodejsLearn/issues"
},
"homepage": "https://github.com/7colorlotus/NodejsLearn#readme",
"keywords": [
"lotus"
]
}