UNPKG

934 BJSONView Raw
1{
2 "name": "bookshelf-schema",
3 "version": "0.2.2",
4 "description": "Plugin for adding schema to Bookshelf models",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "cake test",
8 "prepublish": "cake build"
9 },
10 "keywords": [
11 "bookshelf",
12 "orm"
13 ],
14 "author": "Alexander Bogdanov <andorn@gmail.com>",
15 "license": "MIT",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/bogus34/bookshelf-schema"
19 },
20 "devDependencies": {
21 "bookshelf": ">=0.8.2 <0.10",
22 "chai": "^3.3.0",
23 "chai-as-promised": "^5.2.0",
24 "chai-spies": "^0.7.1",
25 "co": "^4.6.0",
26 "coffee-coverage": "^1.0.1",
27 "coffee-script": "^1.10.0",
28 "istanbul": "^0.4.2",
29 "knex": ">=0.8.6 <0.10",
30 "mocha": "^2.3.3",
31 "pg": "^4.4.2",
32 "sqlite3": "^3.1.0"
33 },
34 "dependencies": {
35 "checkit": "^0.6.0",
36 "inflection": "^1.8.0"
37 },
38 "peerDependencies": {
39 "bookshelf": ">=0.8.2 <0.10"
40 }
41}