Files
payload/package.json
Elliot DeNolf c2c5e50800 Add ESLint
2018-04-13 22:45:21 -06:00

17 lines
306 B
JSON

{
"name": "routetest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.3",
"pug": "^2.0.3"
}
}