package.json 583 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "tarballjs",
  3. "version": "1.0.0",
  4. "description": "Read and write tarballs in the browser",
  5. "main": "tarball.js",
  6. "directories": {
  7. "test": "tests"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/ankitrohatgi/tarballjs.git"
  15. },
  16. "keywords": [
  17. "tar"
  18. ],
  19. "author": "Ankit Rohatgi",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/ankitrohatgi/tarballjs/issues"
  23. },
  24. "homepage": "https://github.com/ankitrohatgi/tarballjs#readme"
  25. }