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": "4.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",
"restart": "git pull; pm2 restart bucky; yarn build:scripts"
},
"repository": {
"type": "git",
"url": "git@ghghgh.us:bucky.git"
},
"author": "jules",
"license": "UNLICENSED",
"dependencies": {
"body-parser": "^1.19.0",
"bookshelf": "^1.2.0",
"connect-redis": "^6.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",
"express-useragent": "^1.0.15",
"fs-readfile-promise": "^3.0.1",
"knex": "^2.3.0",
"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",
"pm2": "^5.2.0",
"redis": "^3.0.2",
"serve-favicon": "^2.5.0",
"sessionstore": "^1.3.5",
"skipper": "^0.8.7",
"uglify-js": "^3.17.4",
"unix-crypt-td-js": "^1.0.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"mime-types": "^2.1.24"
}
}
|