-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 993 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-scopes",
"version": "1.5.1",
"description": "Giving you Rails like scopes in Bookshelf.js.",
"main": "src/scopes.js",
"dependencies": {
"lodash": "^4.17.10"
},
"devDependencies": {
"bluebird": "^3.5.2",
"bookshelf": "^0.13.3",
"chai": "^4.1.2",
"knex": "^0.15.2",
"mocha": "^5.2.0",
"sqlite3": "^4.0.2"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jtwebman/bookshelf-scopes.git"
},
"keywords": [
"bookshelf",
"scopes",
"rails"
],
"author": "JT Turner <[email protected]> (https://github.com/jtwebman)",
"contributors": [
"David Negstad <[email protected]> (https://github.com/dnegstad)",
"Kaarel Raspel <[email protected]> (https://github.com/vellotis)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jtwebman/bookshelf-scopes/issues"
},
"homepage": "https://github.com/jtwebman/bookshelf-scopes"
}