keeper/package.json

58 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2016-03-02 13:53:28 +00:00
{
2016-04-13 13:39:22 +00:00
"name": "Keeper",
2016-07-26 09:59:18 +00:00
"version": "2.0.1",
2016-03-02 13:53:28 +00:00
"description": "",
2016-04-13 13:39:22 +00:00
"main": "keeper-server.js",
2016-03-02 13:53:28 +00:00
"scripts": {
2016-03-21 10:54:27 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"refresh": "git pull && npm install && gulp default"
2016-03-02 13:53:28 +00:00
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.0",
"cheerio": "^0.20.0",
"cloudant": "^1.6.2",
2016-03-02 13:53:28 +00:00
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"morgan": "^1.7.0",
"nano": "^6.2.0",
"require-dir": "^0.3.0",
"serve-favicon": "^2.3.0",
2016-03-04 16:33:48 +00:00
"string": "^3.3.1",
"url": "^0.11.0"
2016-03-02 13:53:28 +00:00
},
"devDependencies": {
2017-06-27 16:11:07 +00:00
"babel-eslint": "^7.2.3",
2016-03-02 13:53:28 +00:00
"del": "^2.2.0",
2017-06-27 16:11:07 +00:00
"eslint": "^4.1.1",
2016-03-02 13:53:28 +00:00
"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",
2016-03-02 13:53:28 +00:00
"gulp-htmlmin": "^1.3.0",
2016-03-23 10:29:00 +00:00
"gulp-inject": "^4.0.0",
2016-03-02 13:53:28 +00:00
"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",
"html-to-markdown": "^1.0.0",
2016-03-02 13:53:28 +00:00
"jshint": "^2.9.1",
"jsonfile": "^2.2.3",
"log4js": "^0.6.31",
"simplecrawler": "^0.6.2"
2017-05-30 08:24:53 +00:00
},
"jspm": {
"dependencies": {},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
2016-03-02 13:53:28 +00:00
}
}