{
|
|
"name": "bunnydb",
|
|
"version": "1.0.0",
|
|
"description": "a database for buns by buns",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ix/bunnydb.git"
|
|
},
|
|
"keywords": [
|
|
"bunnies",
|
|
"buns",
|
|
"bunny",
|
|
"mongodb",
|
|
"images"
|
|
],
|
|
"author": "hazel levine",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ix/bunnydb/issues"
|
|
},
|
|
"homepage": "https://github.com/ix/bunnydb#readme",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"express": "^4.16.3",
|
|
"express-paginate": "^1.0.0",
|
|
"mongoose": "^5.2.5",
|
|
"multer": "^1.3.1",
|
|
"path": "^0.12.7",
|
|
"pug": "^2.0.3",
|
|
"uuid": "^3.3.2"
|
|
}
|
|
}
|