21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"name": "Backend Boiler",
|
|
"author": "wieerwill",
|
|
"description": "A project that does something awesome",
|
|
"keywords": [ "descriptive", "related", "words","freecodecamp" ],
|
|
"license": "MIT",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"express": "^4.14.0",
|
|
"moment": "2.14.0"
|
|
},
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wieerwill/fCC-boilerplate-npm.git"
|
|
}
|
|
}
|