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
|
{
"name": "bucky",
"version": "3.0.0",
"description": "bucky",
"main": "index.js",
"scripts": {
"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.13.3",
"bookshelf": "^0.8.2",
"cookie-parser": "^1.3.5",
"csurf": "^1.8.3",
"dotenv": "^1.2.0",
"ejs": "^2.3.3",
"express": "^4.13.3",
"express-json": "^1.0.0",
"express-session": "^1.11.3",
"knex": "^0.8.6",
"lodash": "^3.10.1",
"mongodb": "^2.0.42",
"multer": "^1.0.3",
"multiparty": "^4.1.2",
"mysql2": "^0.15.8",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"sessionstore": "^1.2.5",
"skipper": "^0.5.5"
}
}
|