forked from bixlabs/bookshelf-model-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 912 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
39
{
"name": "funsociety-bookshelf-model-loader",
"version": "0.9.9",
"description": "A opinionated Bookshelf model loader with bookshelf-modelbase",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -u exports -R spec"
},
"repository": {
"type": "git",
"url": "[email protected]:imjoshholloway/bookshelf-model-loader.git"
},
"keywords": [
"bookshelf",
"autoload",
"modelbase",
"loader"
],
"author": "Josh Holloway <[email protected]>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"bookshelf-modelbase": "^2.10.4",
"lodash": "^4.17.4",
"require-tree": "^1.0.1"
},
"devDependencies": {
"bookshelf": "^0.10.4",
"chai": "^4.1.0",
"istanbul": "0.3.x",
"knex": "^0.13.0",
"mocha": "^3.4.2",
"sqlite3": "^3.0.4"
},
"engines": {
"node": ">=0.10.30"
}
}