Rinser/package.json
2018-08-09 16:30:42 +01:00

49 lines
1.2 KiB
JSON

{
"name": "Rinser",
"version": "0.1.1",
"devDependencies": {
"babel-eslint": "^8.2.3",
"cheerio": "^0.22.0",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-babel": "^7.0.2",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-flowtype": "^2.49.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^4.0.0",
"gulp-inject": "^4.3.2",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.3.0",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"log4js": "^2.8.0",
"stopwords-en": "^0.3.0",
"striptags": "^3.1.1"
},
"dependencies": {
"body-parser": "^1.18.3",
"bulma": "^0.7.1",
"cookie-parser": "*",
"ejs": "^2.6.1",
"errorhandler": "^1.5.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"htmlparser": "^1.7.7",
"jsonfile": "^4.0.0",
"lodash": "^4.17.10",
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"node-cron": "^1.2.1",
"request": "^2.87.0",
"rss-braider": "^1.2.2",
"yargs": "^11.0.0"
}
}