summaryrefslogtreecommitdiff
path: root/package.json
blob: 32bfa35bb3d545561f3e66ffafbd48d8fdb25546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "luckyplop",
  "version": "2.0.0",
  "description": "luckyplop",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:okfocus/luckyplop.git"
  },
  "author": "okfocus",
  "license": "LNT",
  "bugs": {
    "url": "https://github.com/okfocus/luckyplop/issues"
  },
  "homepage": "https://github.com/okfocus/luckyplop",
  "dependencies": {
    "body-parser": "^1.14.0",
    "bookshelf": "^0.8.2",
    "cookie-parser": "^1.4.0",
    "dotenv": "^1.2.0",
    "ejs": "^2.3.4",
    "express": "^4.13.3",
    "express-json": "^1.0.0",
    "knex": "^0.8.6",
    "knox": "^0.9.2",
    "lodash": "^3.10.1",
    "moment": "^2.10.6",
    "multer": "^1.0.5",
    "mysql2": "^0.15.8"
  }
}