forked from joaosp/pg-then
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 901 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
{
"name": "pg-rxjs",
"version": "1.0.20",
"description": "pg-rxjs: use pg by Rx",
"main": "index.js",
"scripts": {
"test": "mocha --harmony -R spec -t 5000 test/*.js",
"test-cov": "istanbul cover node_modules/.bin/_mocha -- --harmony -R dot -t 5000 test/*.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --harmony --report lcovonly -- -R dot -t 5000 test/*.js"
},
"repository": "jadbox/pg-rxjs",
"files": [
"index.js"
],
"keywords": [
"postgre",
"promise",
"async",
"await",
"then"
],
"author": "jadbox",
"license": "MIT",
"devDependencies": {
"istanbul": "^0.4.2",
"knex": "^0.9.0",
"mocha": "^2",
"pg": "^4"
},
"dependencies": {
"deasync": "^0.1.4",
"istanbul": "^0.4.3",
"lodash": "^4.9.0",
"moment": "^2.12.0",
"pg": "^4.5.3",
"pg-query-stream": "1",
"rx": "^4.1.0"
}
}