summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMarvin Borner2018-11-07 22:05:43 +0100
committerMarvin Borner2018-11-07 22:05:43 +0100
commitbe2f575bca14f910c130012ebf0c3930a97f8a61 (patch)
treecd1a9ae15e6f9864c100e0fea32f3e0bd78a80fd /package.json
parent824a2d9f587ca017fc71b84d835e72f54f9c87c4 (diff)
Added elasticsearch based database
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index fee818c..43fd79f 100644
--- a/package.json
+++ b/package.json
@@ -3,14 +3,16 @@
"version": "0.0.0",
"private": true,
"scripts": {
- "start": "node ./bin/www"
+ "start": "node ./bin/www",
+ "crawl": "node crawler.js"
},
"dependencies": {
"cookie-parser": "~1.4.3",
+ "crawler": "^1.2.0",
"debug": "~2.6.9",
+ "elasticsearch": "^15.2.0",
"express": "~4.16.0",
"http-errors": "~1.6.2",
- "morgan": "~1.9.0",
- "twig": "~0.10.3"
+ "morgan": "~1.9.0"
}
}