package.json 710 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "bytesish",
  3. "version": "0.4.4",
  4. "main": "node.js",
  5. "browser": "browser.js",
  6. "scripts": {
  7. "test": "hundreds aegir test -t node browser",
  8. "pretest": "aegir lint"
  9. },
  10. "keywords": [],
  11. "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",
  12. "license": "(Apache-2.0 AND MIT)",
  13. "devDependencies": {
  14. "aegir": "^20.4.1",
  15. "hundreds": "0.0.2",
  16. "tsame": "^2.0.1"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/mikeal/bytesish.git"
  21. },
  22. "bugs": {
  23. "url": "https://github.com/mikeal/bytesish/issues"
  24. },
  25. "homepage": "https://github.com/mikeal/bytesish#readme",
  26. "description": "Cross-Platform Binary API"
  27. }