forked from colinskow/pouch-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 KB
/
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
{
"name": "pouch-mirror",
"version": "0.2.0",
"description": "Helps you create a local slave mirror of any CouchDB database for lightning-fast reads and secure writes.",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/colinskow/pouch-mirror.git"
},
"scripts": {
"test": "gulp test-node"
},
"keywords": [
"CouchDB",
"PouchDB",
"mirror",
"replication",
"sync"
],
"author": "Colin Skow",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"browserify": "^13.0.1",
"chai": "^3.5.0",
"gulp": "^3.8.10",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.0.1",
"memdown": "^1.1.2",
"mocha": "^2.4.5",
"pouchdb": "^5.3.2",
"rimraf": "^2.5.2",
"vinyl-source-stream": "^1.1.0"
}
}