node_lujiafeng
Version:
this is my first node project
29 lines (28 loc) • 653 B
JSON
{
"name": "node_lujiafeng",
"version": "1.0.0",
"description": "this is my first node project",
"main": "hello.js",
"dependencies": {
"express": "^4.16.2",
"test": "^0.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "lujiafeng",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/strongloop/express.git"
},
"keywords": [
"nodeProject"
],
"bugs": {
"url": "https://github.com/strongloop/express/issues"
},
"homepage": "https://github.com/strongloop/express#readme"
}