mirror of
https://gitlab.silvrtree.co.uk/martind2000/recipes.git
synced 2025-01-26 21:06:16 +00:00
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"name": "recipe",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "recipe-server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.15.0",
|
|
"cheerio": "^0.20.0",
|
|
"cookie-parser": "^1.4.1",
|
|
"express": "^4.13.4",
|
|
"morgan": "^1.7.0",
|
|
"serve-favicon": "^2.3.0",
|
|
"string": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"jsonfile": "^2.2.3",
|
|
"log4js": "^0.6.31",
|
|
"simplecrawler": "^0.6.2"
|
|
}
|
|
}
|