forked from nothingisdead/pg-live-query
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
33 lines (33 loc) · 798 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
{
"name": "pg-live-select",
"version": "1.0.3",
"description": "Live updating PostgreSQL SELECT statements",
"main": "index.js",
"scripts": {
"test": "CONN=\"postgres://meteor:[email protected]/meteor_test\" CHANNEL=\"package_test\" DEBUG=0 STATS=0 nodeunit test/index.js"
},
"contributors": [
"numtel <[email protected]>",
"nothingisdead <[email protected]>"
],
"repository": "https://github.com/numtel/pg-live-select.git",
"license": "MIT",
"keywords": [
"postgresql",
"notify",
"live",
"continuous",
"query",
"select"
],
"dependencies": {
"lodash": "^3.8.0",
"murmurhash-js": "^1.0.0",
"pg": "^4.3.0"
},
"devDependencies": {
"babel": "^5.2.17",
"nodeunit": "^0.9.1",
"random-strings": "0.0.1"
}
}