30 lines
704 B
JSON
30 lines
704 B
JSON
|
{
|
||
|
"name": "fcc-api-projects-boilerplate",
|
||
|
"version": "0.0.1",
|
||
|
"description": "An FCC Backend Challenge",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "node index.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"cors": "^2.8.0",
|
||
|
"express": "^4.12.4",
|
||
|
"qs": "^6.11.0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/freeCodeCamp/boilerplate-project-timestamp.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/freeCodeCamp/boilerplate-project-timestamp#readme",
|
||
|
"author": "freeCodeCamp <team@freecodecamp.org>",
|
||
|
"keywords": [
|
||
|
"node",
|
||
|
"express",
|
||
|
"freeCodeCamp"
|
||
|
],
|
||
|
"license": "MIT"
|
||
|
}
|