-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
33 lines (33 loc) · 899 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
{
"name": "bookshelf-modelbase",
"version": "2.11.0",
"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 <[email protected]>, Grayson Chao <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bsiddiqui/bookshelf-modelbase/issues"
},
"homepage": "https://github.com/bsiddiqui/bookshelf-modelbase",
"dependencies": {
"joi": "^14.3.1",
"lodash.difference": "^4.5.0"
},
"devDependencies": {
"bookshelf": "^1.1.0",
"chai": "^4.2.0",
"istanbul": "^0.4.4",
"knex": "^0.20.10",
"mocha": "^5.2.0",
"sinon": "^6.3.4",
"sqlite3": "^4.0.2",
"standard": "^12.0.1"
}
}