package.json 562 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "js-git",
  3. "version": "0.7.8",
  4. "description": "Git Implemented in JavaScript",
  5. "keywords": [
  6. "git",
  7. "js-git"
  8. ],
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/creationix/js-git.git"
  12. },
  13. "author": "Tim Caswell <tim@creationix.com>",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/creationix/js-git/issues"
  17. },
  18. "scripts": {
  19. "test": "ls test/test-* | xargs -n1 node"
  20. },
  21. "dependencies": {
  22. "bodec": "^0.1.0",
  23. "culvert": "^0.1.2",
  24. "git-sha1": "^0.1.2",
  25. "pako": "^0.2.5"
  26. }
  27. }