logger/package.json

47 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2016-03-08 21:10:12 +00:00
{
"name": "recipe",
"version": "1.0.0",
"description": "",
2016-05-24 15:20:28 +00:00
"main": "logger-server.js",
2016-03-08 21:10:12 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2016-05-12 14:16:52 +00:00
"basic-authentication": "^1.6.2",
2016-03-08 21:10:12 +00:00
"body-parser": "^1.15.0",
"cheerio": "^0.20.0",
2016-12-22 15:25:50 +00:00
"cloudant": "^1.6.2",
2016-03-08 21:10:12 +00:00
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
2016-12-22 16:01:24 +00:00
"googleapis": "^15.0.0",
2016-03-08 21:10:12 +00:00
"markdown": "^0.5.0",
"morgan": "^1.7.0",
"nano": "^6.2.0",
"require-dir": "^0.3.0",
"serve-favicon": "^2.3.0",
"string": "^3.3.1"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-htmlmin": "^1.3.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.1",
"jsonfile": "^2.2.3",
"log4js": "^0.6.31",
"simplecrawler": "^0.6.2"
}
}