2017-02-18 18:39:27 +00:00
|
|
|
{
|
2022-08-05 17:56:22 +00:00
|
|
|
"name": "Backend Boiler",
|
2022-08-05 17:59:36 +00:00
|
|
|
"author": "wieerwill",
|
2022-08-05 18:07:39 +00:00
|
|
|
"description": "A project that does something awesome",
|
2022-08-05 18:08:43 +00:00
|
|
|
"keywords": [ "descriptive", "related", "words","freecodecamp" ],
|
2022-08-05 18:09:17 +00:00
|
|
|
"license": "MIT",
|
2022-08-05 18:10:04 +00:00
|
|
|
"version": "0.0.1",
|
2017-02-18 18:39:27 +00:00
|
|
|
"dependencies": {
|
2022-08-05 18:11:19 +00:00
|
|
|
"express": "^4.14.0",
|
|
|
|
"moment": "2.14.0"
|
2017-02-18 18:39:27 +00:00
|
|
|
},
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node server.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-08-05 17:59:36 +00:00
|
|
|
"url": "https://github.com/wieerwill/fCC-boilerplate-npm.git"
|
2017-02-18 18:39:27 +00:00
|
|
|
}
|
2018-06-15 07:42:06 +00:00
|
|
|
}
|