-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.72 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "bookshelf-pagemaker",
"version": "1.0.3",
"description": "Paginate bookshelf models using various common formats",
"main": "lib/pagemaker.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bhoriuchi/bookshelf-pagemaker.git"
},
"keywords": [
"Bookshelf",
"knex",
"Paginate",
"DataTables",
"Pagination",
"Models",
"REST"
],
"author": {
"name": "Branden Horiuchi",
"email": "bhoriuchi@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/bhoriuchi/bookshelf-pagemaker",
"devDependencies": {
"restify": "^4.0.3",
"express": "^4.13.3",
"mysql": "^2.9.0",
"pg": "^4.4.3",
"path": "^0.12.7"
},
"bugs": {
"url": "https://github.com/bhoriuchi/bookshelf-pagemaker/issues"
},
"dependencies": {
"bookshelf": "^0.9.1",
"knex": "^0.9.0",
"bluebird": "^2.10.2",
"qs": "^3.1.0",
"lodash": "3.10.1",
"dotprune": "^0.1.8"
},
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"gitHead": "6eef5c7e2f0e4212e5059097953c18cf1ef5e6ea",
"_id": "bookshelf-pagemaker@1.0.3",
"_shasum": "30667334668bd3ff141f3df6de2756164696bdfd",
"_from": "bookshelf-pagemaker@*",
"_npmVersion": "2.14.7",
"_nodeVersion": "4.2.2",
"_npmUser": {
"name": "vbranden",
"email": "bhoriuchi@gmail.com"
},
"dist": {
"shasum": "30667334668bd3ff141f3df6de2756164696bdfd",
"tarball": "http://registry.npmjs.org/bookshelf-pagemaker/-/bookshelf-pagemaker-1.0.3.tgz"
},
"maintainers": [
{
"name": "vbranden",
"email": "bhoriuchi@gmail.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/bookshelf-pagemaker/-/bookshelf-pagemaker-1.0.3.tgz"
}