UNPKG

bookshelf-soft-delete

Version:
40 lines (39 loc) 984 B
{ "name": "bookshelf-soft-delete", "version": "5.0.0", "description": "Soft Delete for Bookshelf.js", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/lanetix/node-bookshelf-soft-delete.git" }, "keywords": [ "bookshelf", "orm", "soft-delete" ], "author": "Abraham Polishchuk <apolishc@gmail.com> (https://github.com/apolishch)", "license": "MIT", "bugs": { "url": "https://github.com/lanetix/node-bookshelf-soft-delete/issues" }, "engines": { "node": ">=4.0.0" }, "scripts": { "test": "npm run lint && mocha", "lint": "eslint --ignore-path .gitignore .", "mocha": "mocha" }, "homepage": "https://github.com/lanetix/node-bookshelf-soft-delete", "devDependencies": { "bookshelf": "^0.9.5", "eslint": "^0.13.0", "eslint-plugin-nodeca": "^1.0.3", "knex": "^0.7.3", "mocha": "^2.1.0", "should": "^4.6.3", "sqlite3": "^4.0.0", "bluebird": "^2.3.11" } }