golf
Version:
27 lines (23 loc) • 373 B
JSON
{
"name": "golf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "test index.js"
},
"repository": {
"type": "git",
"url": "http://www.github.com/ql9075"
},
"keywords": [
"golf"
],
"author": "404nan",
"license": "MIT",
"dependencies":{
"express":"*",
"jade":"*",
"mongoose":"*"
}
}