-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 797 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 797 Bytes
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
{
"name": "map-pg",
"version": "0.2.11",
"description": "Promised Map interface for Table in PostgreSQL.",
"main": "index.js",
"dependencies": {
"array-to": "0.0",
"object-format": "0.0",
"object-pull": "0.0",
"object-pullvalues": "0.0",
"object-to": "0.0",
"objectarray-pullmap": "0.0",
"pg": "8"
},
"devDependencies": {
"pg-connection-string": "2.11"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wolfram77/node-mappg.git"
},
"keywords": [
"map",
"postgresql"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/wolfram77/node-mappg/issues"
},
"homepage": "https://github.com/wolfram77/node-mappg#readme"
}