-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 856 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": "bookshelf-django",
"version": "0.2.1",
"description": "Django models for Bookshelf",
"main": "index.js",
"scripts": {
"test": "mocha --recursive --exit test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomi77/node-bookshelf-django.git"
},
"keywords": [
"bookshelf",
"django"
],
"author": "Tomasz Jakub Rup",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomi77/node-bookshelf-django/issues"
},
"homepage": "https://github.com/tomi77/node-bookshelf-django",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"chai": "^4.3.0",
"mocha": "^10.0.0",
"sqlite3": "^5.0.8"
},
"peerDependencies": {
"bookshelf": ">=0.10.0",
"knex": ">=0.13.0"
}
}