forked from WhoopInc/node-pg-range
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 892 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
40
41
42
{
"name": "pg-range",
"version": "1.0.1",
"description": "node-postgres plugin to parse range columns",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/WhoopInc/node-pg-range"
},
"keywords": [
"postgres",
"parsing",
"type",
"conversion",
"range",
"timerange",
"tsrange",
"tstzrange",
"daterange"
],
"author": "Nikhil Benesch <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/WhoopInc/node-pg-range/issues"
},
"homepage": "https://github.com/WhoopInc/node-pg-range",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"pg": "^7.8.0",
"sinon": "^7.2.3",
"sinon-chai": "^3.3.0"
},
"dependencies": {
"lodash.partial": "^4.2.1",
"sinon-test": "^2.4.0",
"strange": "^1.7.2"
}
}