forked from michaelcontento/redux-storage-merger-simple
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "redux-storage-merger-simple",
"version": "1.0.5",
"description": "Default merger for redux-storage",
"main": "build/index.js",
"scripts": {
"test": "make lint test build"
},
"bugs": "https://github.com/react-stack/redux-storage-merger-simple/issues",
"repository": {
"type": "git",
"url": "https://github.com/react-stack/redux-storage-merger-simple.git"
},
"homepage": "https://github.com/react-stack/redux-storage-merger-simple",
"keywords": [
"redux",
"redux-storage",
"redux-storage-merger"
],
"author": [
"Michael Contento <[email protected]>",
"Guns <[email protected]>"
],
"files": [
"build/",
"src",
"!**/__tests__/**"
],
"eslintConfig": {
"extends": "michaelcontento"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-preset-modern-node": "^2.1.0",
"babel-preset-stage-2": "^6.5.0",
"eslint": "^1.10.3",
"eslint-config-michaelcontento": "^1.1.1",
"eslint-plugin-mocha-only": "0.0.3",
"mocca": "^1.0.3",
"release-it": "^2.3.1"
},
"dependencies": {
"lodash": "^4.17.11"
}
}