bkendz
Version:
Admin page for viewing database entries and user requests in realtime
52 lines (51 loc) • 1.29 kB
JSON
{
"name": "bkendz",
"version": "3.2.0",
"description": "Admin page for viewing database entries and user requests in realtime",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "gulp build:dist",
"postinstall": "npm run build"
},
"dependencies": {
"bluebird": "3.5.1",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.8",
"epa": "^0.2.1",
"express": "4.16.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"jwt-simple": "^0.5.1",
"lodash": "4.17.5",
"map-stream": "0.0.7",
"moment": "^2.22.1",
"morgan": "^1.8.2",
"path-to-regexp": "2.2.0",
"repl.history": "^0.1.4",
"sequelize": "3.32.1",
"sequelize-cli": "^2.6.0",
"through2": "2.0.3",
"websocket": "^1.0.24"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeandpush/bkendz.git"
},
"keywords": [
"rent"
],
"author": "Chinwo, Anthony (anthony.chinwo@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeandpush/bkendz/issues"
},
"homepage": "https://github.com/codeandpush/bkendz#readme",
"devDependencies": {
"gulp-bower": "0.0.14",
"gulp-nodemon": "^2.2.1",
"mocha": "^5.0.5",
"npm-publish-release": "^1.3.10"
}
}