package.json 506 B

12345678910111213141516171819202122
  1. {
  2. "name": "git-sha1",
  3. "version": "0.1.2",
  4. "description": "A pure JS SHA1 implementation created for js-git.",
  5. "main": "git-sha1.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/creationix/git-sha1.git"
  12. },
  13. "keywords": [
  14. "js-git",
  15. "sha1"
  16. ],
  17. "author": "Tim Caswell <tim@creationix.com>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/creationix/git-sha1/issues"
  21. }
  22. }