-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 922 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
{
"name": "restify-paginate",
"version": "0.0.4",
"description": "A resitfy a middleware that helps the navigation between pages.",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha && istanbul report clover"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/paulvarache/restify-paginate.git"
},
"keywords": [
"restify",
"paginate",
"middleware",
"hypermedia",
"headers"
],
"author": "Paul Varache",
"license": "ISC",
"bugs": {
"url": "https://github.com/paulvarache/restify-paginate/issues"
},
"homepage": "https://github.com/paulvarache/restify-paginate#readme",
"dependencies": {
"extend": "^3.0.0"
},
"devDependencies": {
"istanbul": "^0.3.22",
"mocha": "^6.1.4",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"restify": "^4.3.4",
"should": "^13.2.1"
}
}