summaryrefslogtreecommitdiff
path: root/package.json
blob: 0ff9faf6740790ea251f7545526bbd634fe1a80d (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
  "name": "bucky",
  "version": "3.0.0",
  "description": "bucky",
  "main": "index.js",
  "scripts": {
    "start": "node index",
    "build:search": "node bucky/bin/build-search",
    "build:scripts": "node bucky/bin/build-scripts",
    "export:keyword": "node bucky/bin/export-keyword",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@ghghgh.us:bucky.git"
  },
  "author": "",
  "license": "LNT",
  "dependencies": {
    "async": "^3.2.0",
    "berkeleydb": "^0.2.1",
    "body-parser": "^1.19.0",
    "bookshelf": "^0.13.3",
    "connect-mongo": "^2.0.3",
    "connect-redis": "^5.0.0",
    "cookie-parser": "^1.4.4",
    "csurf": "^1.10.0",
    "dotenv": "^1.2.0",
    "ejs": "^2.7.1",
    "express": "^4.17.1",
    "express-json": "^1.0.0",
    "express-session": "^1.16.2",
    "fs-readfile-promise": "^3.0.1",
    "knex": "^0.15.2",
    "knox": "^0.9.2",
    "lodash": "^4.17.15",
    "mock-express": "^1.3.0",
    "mongodb": "^2.2.36",
    "multer": "^1.4.2",
    "multiparty": "^4.2.1",
    "mysql2": "^0.15.8",
    "node-fetch": "^1.7.3",
    "node-uuid": "^1.4.8",
    "passport": "^0.3.0",
    "passport-local": "^1.0.0",
    "redis": "^3.0.2",
    "serve-favicon": "^2.5.0",
    "sessionstore": "^1.3.5",
    "skipper": "^0.8.7",
    "uglify-es": "^3.3.9",
    "unix-crypt-td-js": "^1.0.0",
    "uuid": "^3.3.3"
  },
  "devDependencies": {
    "mime-types": "^2.1.24"
  }
}