-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 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
{
"name": "@sparkpost/msys-pg",
"version": "1.0.0",
"description": "Thin wrapper around pg with promises and connection pooling",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SparkPost/node-msys-pg.git"
},
"author": "Message Systems, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SparkPost/node-msys-pg/issues"
},
"homepage": "https://github.com/SparkPost/node-msys-pg",
"devDependencies": {
"@sparkpost/gruntfile": "^2.0.4",
"chai": "^4.0.2",
"eslint-config-sparkpost": "^1.3.2",
"proxyquire": "^1.8.0",
"sinon": "1.17.4",
"sinon-as-promised": "^4.0.3",
"sinon-chai": "^2.10.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"pg": "^6.2.3"
}
}