metric-imperial-converter/package.json
Nicholas Carrigan (he/him) 85eb52fa9b
fix: Remove engine from package.json (#16)
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
2020-12-24 08:36:02 -06:00

29 lines
578 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"
},
"repository": {
"type": "git",
"url": "https://github.com/freeCodeCamp/boilerplate-project-metricimpconverter"
},
"keywords": [
"node",
"freeCodeCamp",
"express"
],
"license": "MIT"
}