forked from yldio/pouch-redux-middleware
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.21 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
44
45
46
47
48
49
50
{
"name": "pouch-redux-middleware",
"version": "1.1.0",
"description": "PouchDB Redux Middleware",
"main": "lib/index.js",
"scripts": {
"test": "node --harmony node_modules/istanbul/lib/cli.js cover -- lab -vl && istanbul check-coverage",
"prepublish": "npm run build",
"build": "babel ./src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pgte/pouch-redux-middleware.git"
},
"keywords": [
"pouchdb",
"redux",
"react",
"middleware"
],
"author": "pgte",
"license": "ISC",
"bugs": {
"url": "https://github.com/pgte/pouch-redux-middleware/issues"
},
"homepage": "https://github.com/pgte/pouch-redux-middleware#readme",
"dependencies": {
"async-function-queue": "^1.0.0",
"deep-equal": "^1.0.1",
"json-path": "^0.1.3",
"xtend": "^4.0.1"
},
"devDependencies": {
"async": "^2.1.4",
"code": "^4.0.0",
"istanbul": "^0.4.5",
"lab": "^12.1.0",
"memdown": "^1.2.4",
"pouchdb": "^6.1.2",
"pre-commit": "^1.2.2",
"redux": "^3.6.0",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0"
},
"pre-commit": [
"test"
]
}