forked from windfish-studio/postgres-indexed-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 984 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
43
44
{
"name": "@windfish-studio/postgres-indexed-db",
"version": "0.3.1",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/windfish-studio/postgres-indexed-db.git"
},
"dependencies": {
"lodash": "latest",
"q": "1.4.1",
"pg": "latest",
"pg-native": "latest",
"mkdirp": "0.5.1",
"path": "0.12.7",
"del": "2.2.2",
"rxjs": "5.0.0-beta.12",
"can-ndjson-stream": "0.1.7",
"ndjson": "1.5.0",
"tape": "latest",
"moment-mini": "^2.22.1"
},
"clientDependencies": [
"lodash",
"can-ndjson-stream",
"ndjson",
"q",
"tape",
"moment-mini"
],
"devDependencies": {
"browserify": "13.1.0",
"browserify-row-flow": "0.1.0",
"watchify": "3.7.0",
"scssify": "2.1.0",
"babelify": "7.3.0",
"gulp": "3.9.1",
"gulp-tap": "0.1.3",
"gulp-util": "3.0.7",
"vinyl-source-stream": "1.1.0",
"resolve-file": "0.2.1",
"node.extend": "1.1.6"
}
}