Herbert Vojčík 6 years ago
parent
commit
d28e6db88e
1 changed files with 21 additions and 0 deletions
  1. 21 0
      package.json

+ 21 - 0
package.json

@@ -0,0 +1,21 @@
+{
+  "name": "redux-persefex",
+  "version": "0.1.0",
+  "description": "Redux store builder, in combination with redux-persist, redux-effex and redux-sac composeReducers.",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git@lolg.it:herby/redux-persefex.git"
+  },
+  "keywords": [
+    "redux",
+    "persist",
+    "effex",
+    "combine"
+  ],
+  "author": "Herbert Vojčík <herby@mailbox.sk>",
+  "license": "MIT"
+}