Ver Fonte

npm init

Herbert Vojčík há 7 anos atrás
pai
commit
58951482c9
1 ficheiros alterados com 20 adições e 0 exclusões
  1. 20 0
      package.json

+ 20 - 0
package.json

@@ -0,0 +1,20 @@
+{
+  "name": "redux-sac",
+  "version": "0.1.0",
+  "description": "Slice and compose redux-type reducers.",
+  "main": "lib/node.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://lolg.it/herby/redux-sac.git"
+  },
+  "keywords": [
+    "redux",
+    "slice",
+    "compose"
+  ],
+  "author": "Herby Vojčík <herby@mailbox.sk>",
+  "license": "MIT"
+}