summaryrefslogtreecommitdiff
path: root/package.json
blob: 43fd79f5446e0623116cc741fdefe5b8e8e9f4d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "JsonSearchEngine",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "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"
  }
}