forked from yldio/pouch-remote-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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
45
{
"name": "pouch-remote-stream",
"version": "0.3.0",
"description": "PouchDB remote stream",
"main": "index.js",
"scripts": {
"test": "npm run coverage",
"test:nocov": "lab tests/*.js",
"style": "eslint .",
"coverage": "istanbul cover -- lab -l tests/*.js && istanbul check-coverage --statement 100 --branch 100 --function 100"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pgte/pouch-remote-stream.git"
},
"author": "pgte",
"license": "ISC",
"bugs": {
"url": "https://github.com/pgte/pouch-remote-stream/issues"
},
"homepage": "https://github.com/pgte/pouch-remote-stream#readme",
"devDependencies": {
"async": "^1.4.2",
"code": "^1.5.0",
"eslint": "^1.6.0",
"istanbul": "^0.3.21",
"lab": "^6.2.0",
"pouch-stream-server": "0.2.0",
"pouch-stream-tests": "0.2.0",
"pouchdb": "^5.0.0",
"pre-commit": "^1.1.1"
},
"dependencies": {
"argsarray": "0.0.1",
"debug": "^2.2.0",
"duplexify": "^3.4.2",
"lie": "3.0.0",
"once": "^1.3.2",
"xtend": "^4.0.0"
},
"pre-commit": [
"style",
"coverage"
]
}