forked from bsiddiqui/bookshelf-modelbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 976 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
{
"name": "bookshelf-modelbase",
"version": "2.10.3",
"description": "Extensible ModelBase for bookshelf-based model layers",
"main": "./lib",
"scripts": {
"test": "standard && istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/bsiddiqui/bookshelf-modelbase.git"
},
"author": "Basil Siddiqui <basil.siddiqui@gmail.com>, Grayson Chao <grayson.chao@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bsiddiqui/bookshelf-modelbase/issues"
},
"homepage": "https://github.com/bsiddiqui/bookshelf-modelbase",
"dependencies": {
"joi": "^9.0.4",
"lodash.difference": "^4.4.0",
"lodash.pick": "^4.4.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"bluebird": "^3.4.1",
"bookshelf": "^0.10.0",
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"knex": "^0.11.9",
"mocha": "^3.0.0",
"sinon": "^1.17.5",
"sqlite3": "^3.1.4",
"standard": "^7.1.2"
}
}