87ebc9c36a
* Fix missing event, correct example conversion * Fix unit case * Remove Infosec items, add lowercase requirement * Convert to ES6, Update Packages, Fix display * Applying @nhcarrigan's changes from site tests * Removed unneeded mongodb ref * Remove User Stories, Reformat README * Apply suggestions from code review - Remove "Quality Assurance Project" Prefix Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com> * Re-add the example text, clean up formatting * Update Favicon * Fix repo link, remove zombie.js * Remove unused files, add sample.env Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com> Co-authored-by: Rex Schrader <rex.schader@gmail.com>
32 lines
613 B
JSON
32 lines
613 B
JSON
{
|
|
"name": "fcc-imperial-metric-converter-boilerplate",
|
|
"version": "1.0.0",
|
|
"description": "Metric / Imperial Unit Converter",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"chai": "^4.2.0",
|
|
"chai-http": "^4.3.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"mocha": "^8.1.3"
|
|
},
|
|
"engines": {
|
|
"node": "12.*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/freeCodeCamp/boilerplate-project-metricimpconverter"
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"freeCodeCamp",
|
|
"express"
|
|
],
|
|
"license": "MIT"
|
|
}
|