package.json 733 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "easy-stack",
  3. "version": "1.0.1",
  4. "description": "Simple JS stack with auto run for node and browsers",
  5. "main": "stack.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "engines" : {
  10. "node" : ">=6.0.0"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/RIAEvangelist/easy-stack.git"
  15. },
  16. "keywords": [
  17. "stack",
  18. "node",
  19. "js",
  20. "auto",
  21. "run",
  22. "execute",
  23. "browser",
  24. "react"
  25. ],
  26. "author": "Brandon Nozaki Miller",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/RIAEvangelist/easy-stack/issues"
  30. },
  31. "homepage": "https://github.com/RIAEvangelist/easy-stack#readme"
  32. }