Herby Vojčík 6 years ago
parent
commit
d8cc968232
1 changed files with 20 additions and 0 deletions
  1. 20 0
      package.json

+ 20 - 0
package.json

@@ -0,0 +1,20 @@
+{
+  "name": "react-navigation-redux-sac",
+  "version": "0.1.0",
+  "description": "Wire `react-navigation` into redux state under specified key with help of `redux-sac`",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://lolg.it/herby/react-navigation-redux-sac.git"
+  },
+  "keywords": [
+    "react",
+    "navigation",
+    "redux"
+  ],
+  "author": "Herby Vojčík <herby@mailbox.sk>",
+  "license": "MIT"
+}