recipes/package.json
Martin Donnelly 18a0e18bf0 initial
2016-02-22 17:05:13 +00:00

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"
}
}