Herbert Vojčík 8 years ago
parent
commit
fd751f1425
1 changed files with 23 additions and 0 deletions
  1. 23 0
      package.json

+ 23 - 0
package.json

@@ -0,0 +1,23 @@
+{
+  "name": "test-redux-goodies",
+  "version": "0.0.1",
+  "description": "Helpers to test Redux code.",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/herby/test-redux-goodies.git"
+  },
+  "keywords": [
+    "redux",
+    "test"
+  ],
+  "author": "Herbert Vojčík <herby@mailbox.sk>",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/herby/test-redux-goodies/issues"
+  },
+  "homepage": "https://github.com/herby/test-redux-goodies#readme"
+}