recipes/package.json

27 lines
560 B
JSON
Raw Normal View History

2016-02-22 17:05:13 +00:00
{
"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",
2016-02-24 11:48:09 +00:00
"sqlite3": "^3.1.1",
2016-02-22 17:05:13 +00:00
"string": "^3.3.1"
},
"devDependencies": {
"jsonfile": "^2.2.3",
"log4js": "^0.6.31",
"simplecrawler": "^0.6.2"
}
}