recipes/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2016-02-22 17:05:13 +00:00
{
2016-06-30 13:44:49 +00:00
"name": "Keeper",
"version": "1.1.1",
2016-02-22 17:05:13 +00:00
"description": "",
2016-06-30 13:44:49 +00:00
"main": "keeper-server.js",
2016-02-22 17:05:13 +00:00
"scripts": {
2016-06-30 13:44:49 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"refresh": "git pull && npm install && gulp default"
2016-02-22 17:05:13 +00:00
},
"author": "",
"license": "ISC",
"dependencies": {
2016-06-30 13:44:49 +00:00
"body-parser": "^1.15.2",
2016-02-22 17:05:13 +00:00
"cheerio": "^0.20.0",
2016-06-30 13:44:49 +00:00
"cookie-parser": "^1.4.3",
"ejs": "^2.4.2",
"express": "^4.14.0",
2016-02-22 17:05:13 +00:00
"morgan": "^1.7.0",
2016-06-30 13:44:49 +00:00
"nano": "^6.2.0",
"require-dir": "^0.3.0",
2016-02-22 17:05:13 +00:00
"serve-favicon": "^2.3.0",
2016-02-24 17:12:31 +00:00
"string": "^3.3.1",
2016-06-30 13:44:49 +00:00
"url": "^0.11.0"
2016-02-22 17:05:13 +00:00
},
"devDependencies": {
2016-06-30 13:44:49 +00:00
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
2016-06-30 13:44:49 +00:00
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
2016-06-30 13:44:49 +00:00
"gulp-cssnano": "^2.1.2",
"gulp-google-webfonts": "0.0.12",
"gulp-html-replace": "^1.6.1",
"gulp-htmlmin": "^2.0.0",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
2016-06-30 13:44:49 +00:00
"gulp-uglify": "^1.5.4",
"html-to-markdown": "^1.0.0",
"jshint": "^2.9.2",
"jsonfile": "^2.3.1",
"log4js": "^0.6.37",
"markdown": "^0.5.0",
"simplecrawler": "^0.7.0"
2016-02-22 17:05:13 +00:00
}
}