forked from RetailMeNotSandbox/redux-mount-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 935 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
{
"name": "redux-mount-store",
"author": "RMN Engineering",
"contributors": [
"Lon Ingram <[email protected]>",
"Eric Capps <[email protected]>"
],
"license": "MIT",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"lodash.assign": "^4.0.9",
"lodash.get": "^4.3.0",
"lodash.has": "^4.4.0",
"lodash.isarray": "^4.0.0",
"lodash.isplainobject": "^4.0.4",
"lodash.mapvalues": "^4.4.0",
"lodash.merge": "^4.4.0",
"lodash.omit": "^4.3.0",
"lodash.set": "^4.2.0",
"object-path": "^0.11.1",
"object-path-immutable": "^0.4.0"
},
"devDependencies": {
"eslint": "^2.11.0",
"redux": "^3.5.2",
"sinon": "^1.17.4",
"tap": "^5.7.1"
},
"scripts": {
"test": "tap test/*.js",
"eslint": "eslint *.js **/*.js"
},
"directories": {
"test": "test"
},
"keywords": [],
"description": "Store enhancer for redux adding mounting capabilities"
}