package.json 542 B

123456789101112131415161718192021222324
  1. {
  2. "name": "redux-sac",
  3. "version": "0.8.0",
  4. "description": "Slice and compose redux-type reducers.",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "babel src --presets es2015,stage-2 --out-dir lib",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://lolg.it/herby/redux-sac.git"
  13. },
  14. "keywords": [
  15. "redux",
  16. "slice",
  17. "compose"
  18. ],
  19. "author": "Herby Vojčík <herby@mailbox.sk>",
  20. "dependencies": {
  21. "atpath": ">=0.1.1"
  22. },
  23. "license": "MIT"
  24. }