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
|
{
"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": {
"berkeleydb": "^0.2.1",
"body-parser": "^1.18.3",
"bookshelf": "^0.13.3",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.3.5",
"csurf": "^1.8.3",
"dotenv": "^1.2.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-json": "^1.0.0",
"express-session": "^1.11.3",
"fs-readfile-promise": "^3.0.1",
"knex": "^0.15.2",
"knox": "^0.9.2",
"lodash": "^4.17.11",
"mock-express": "^1.3.0",
"mongodb": "^2.2.36",
"multer": "^1.4.1",
"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",
"serve-favicon": "^2.5.0",
"sessionstore": "^1.3.3",
"skipper": "^0.8.7",
"uglify-es": "^3.3.9",
"unix-crypt-td-js": "^1.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"mime-types": "^2.1.21"
}
}
|