bookshelf-touch
Version:
Automatically update timestamps on your Bookshelf models when saving
58 lines (57 loc) • 1.63 kB
JSON
{
"name": "bookshelf-touch",
"version": "1.1.4",
"description": "Automatically update timestamps on your Bookshelf models when saving",
"main": "index.js",
"scripts": {
"doctoc": "doctoc --notitle --github README.md",
"migrate": "mkdirp tmp && cross-env NODE_ENV=test knex migrate:rollback && cross-env NODE_ENV=test knex migrate:latest",
"test": "cross-env NODE_ENV=test nyc --reporter=html --reporter=text mocha spec/**/*.spec.js",
"test:coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MediaComem/bookshelf-touch.git"
},
"keywords": [
"bookshelf",
"touch",
"timestamps"
],
"author": "Media Engineering Institute <mei@heig-vd.ch> (mei.heig-vd.ch)",
"contributors": [
"Simon Oulevay <npm@alphahydrae.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MediaComem/bookshelf-touch/issues"
},
"homepage": "https://github.com/MediaComem/bookshelf-touch#readme",
"files": [
"index.js",
"LICENSE.txt",
"README.md"
],
"peerDependencies": {
"bookshelf": "0.x"
},
"devDependencies": {
"babel-plugin-istanbul": "^4.1.5",
"babel-register": "^6.26.0",
"bookshelf": "^0.11.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-moment": "^0.1.0",
"coveralls": "^3.0.0",
"cross-env": "^5.1.1",
"doctoc": "^1.3.0",
"knex": "^0.14.1",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mocha": "^4.0.1",
"moment": "^2.19.2",
"nyc": "^11.3.0",
"sqlite3": "^3.1.13",
"uuid": "^3.1.0"
}
}