summaryrefslogtreecommitdiff
path: root/package.json
blob: 2b131cbf589125f040f5278ebc91e0787da8bdf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "oseine",
  "version": "1.0.0",
  "description": "oseine search engine is not elastic",
  "main": "index.js",
  "scripts": {
    "start": "nodemon app.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Geo-Xalkiadakis@Sklavenitis-SA",
  "license": "ISC",
  "dependencies": {
    "koa": "^2.15.2",
    "koa-body": "^6.0.1",
    "koa-router": "^12.0.1",
    "microtime": "^3.1.1",
    "request": "^2.88.2"
  }
}