package.json 581 B

1234567891011121314151617181920212223
  1. {
  2. "name": "test-redux-goodies",
  3. "version": "0.0.1",
  4. "description": "Helpers to test Redux code.",
  5. "main": "src/index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/herby/test-redux-goodies.git"
  12. },
  13. "keywords": [
  14. "redux",
  15. "test"
  16. ],
  17. "author": "Herbert Vojčík <herby@mailbox.sk>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/herby/test-redux-goodies/issues"
  21. },
  22. "homepage": "https://github.com/herby/test-redux-goodies#readme"
  23. }