summaryrefslogtreecommitdiff
path: root/package.json
blob: ef9e0c5d51ba1f65719792f0abbc2f1a38327225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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"
  }
}