package.json
{
"name": "admit-one-bookshelf",
"version": "0.3.0",
"description": "Admit One adapter for Bookshelf.js",
"homepage": "https://github.com/wbyoung/admit-one-bookshelf",
"bugs": {
"url": "https://github.com/wbyoung/admit-one-bookshelf/issues"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report $(if [ \"$TRAVIS\" ]; then echo lcovonly; else echo html; fi) -- && if [ \"$TRAVIS\" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi"
},
"repository": {
"type": "git",
"url": "git://github.com/wbyoung/admit-one-bookshelf.git"
},
"keywords": [
"authentication",
"authorization",
"login",
"user",
"signup",
"password",
"bookshelf"
],
"author": "Whitney Young",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"admit-one": "^0.3.0",
"bluebird": "^2.1.3",
"bookshelf": "^0.7.5",
"chai": "^1.9.1",
"coveralls": "^2.10.1",
"istanbul": "^0.2.11",
"knex": "^0.6.18",
"mocha": "^1.20.1",
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0",
"sqlite3": "^2.2.3"
}
}