m_node
Version:
Node.js study
26 lines (25 loc) • 542 B
JSON
{
"name": "m_node",
"version": "1.0.0",
"description": "Node.js study",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "make test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Er-Xiao/node-js-test.git"
},
"keywords": [
"123"
],
"author": "VinsonEh",
"license": "ISC",
"bugs": {
"url": "https://github.com/Er-Xiao/node-js-test/issues"
},
"homepage": "https://github.com/Er-Xiao/node-js-test#readme"
}