access-mate
Version:
Attribute base access control using o-is for the conditions
26 lines (25 loc) • 568 B
JSON
{
"name": "access-mate-express-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "knex migrate:latest",
"reinit": "knex migrate:rollback && knex migrate:latest"
},
"author": "",
"license": "MIT",
"dependencies": {
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"knex": "^0.14.2",
"pg": "^7.4.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"casual": "^1.5.19",
"mocha": "^4.0.1",
"supertest": "^3.0.0"
}
}