This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
freecodecamp-projects/6-backend-dev/1-timestamp/package.json

30 lines
704 B
JSON
Raw Permalink Normal View History

{
"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"
}