Rinser/package.json
2017-05-30 09:23:57 +01:00

45 lines
1.1 KiB
JSON

{
"name": "Rinser",
"version": "0.1.1",
"devDependencies": {
"cheerio": "^0.20.0",
"del": "^2.2.0",
"ejs": "^2.3.3",
"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-html-replace": "^1.5.5",
"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.4.0",
"lodash": "^4.17.4",
"log4js": "^0.6.38",
"rss-braider": "git+http://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"stopwords-en": "^0.3.0",
"striptags": "^3.0.1"
},
"dependencies": {
"body-parser": "^1.14.2",
"cookie-parser": "*",
"ejs": "*",
"errorhandler": "*",
"express": "^4.13.4",
"express-session": "*",
"htmlparser": "^1.7.7",
"jsonfile": "^2.4.0",
"lodash": "^4.16.6",
"method-override": "*",
"morgan": "*",
"request": "*",
"yargs": "^6.3.0"
}
}