2018-06-23 17:10:20 -04:00
|
|
|
{
|
|
|
|
"name": "base",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node_modules/mocha/bin/mocha",
|
2018-06-24 14:12:34 -04:00
|
|
|
"start": "nodemon index.js"
|
2018-06-23 17:10:20 -04:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^3.5.0",
|
|
|
|
"chai-http": "^3.0.0",
|
2018-06-23 17:31:25 -04:00
|
|
|
"mocha": "^2.5.3",
|
|
|
|
"nodemon": "^1.17.5"
|
2018-06-23 17:10:20 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.17.1",
|
|
|
|
"cookie-parser": "^1.4.3",
|
|
|
|
"csvtojson": "^2.0.0",
|
|
|
|
"dotenv": "^2.0.0",
|
|
|
|
"express": "^4.13.4",
|
|
|
|
"express-handlebars": "^3.0.0",
|
|
|
|
"multer": "^1.3.0",
|
|
|
|
"pg": "^7.4.1"
|
|
|
|
}
|
|
|
|
}
|