You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
924 B

1 month ago
  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. ,"_resolved": "https://registry.npmmirror.com/easy-stack/-/easy-stack-1.0.1.tgz"
  33. ,"_integrity": "sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w=="
  34. ,"_from": "easy-stack@1.0.1"
  35. }