20 lines
408 B
JSON
20 lines
408 B
JSON
{
|
|
"name": "nodejs_template",
|
|
"version": "0.1.2",
|
|
"description": "Node.js项目模板",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.yever.top/Hawkin/nodejs_template.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Hawkin Liao",
|
|
"license": "ISC"
|
|
}
|