forked from ericclemmons/bookshelf-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 876 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "bookshelf-manager",
"version": "0.3.0",
"description": "Easily wire up models to APIs with supported for complex, nested saving.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/ericclemmons/bookshelf-manager.git"
},
"keywords": [
"bookshelf",
"repository",
"manager",
"save",
"crud"
],
"author": "Eric Clemmons",
"license": "MIT",
"bugs": {
"url": "https://github.com/ericclemmons/bookshelf-manager/issues"
},
"devDependencies": {
"bluebird": "^3.4.1",
"bookshelf": "^0.10.0",
"deep-diff": "^0.3.4",
"knex": "^0.12.1",
"mocha": "^3.0.2",
"sqlite3": "^3.1.4"
},
"peerDependencies": {
"bluebird": "3.x",
"bookshelf": "^0.10.0",
"knex": "^0.11.0 || ^0.12.0"
}
}