package.json 569 B

123456789101112131415161718192021222324
  1. {
  2. "name": "git-clone",
  3. "version": "0.1.0",
  4. "description": "Clone a git repository",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/jaz303/git-clone.git"
  12. },
  13. "keywords": [
  14. "git",
  15. "clone",
  16. "shell"
  17. ],
  18. "author": "Jason Frame <jason@onehackoranother.com> (http://jasonframe.co.uk)",
  19. "license": "ISC",
  20. "bugs": {
  21. "url": "https://github.com/jaz303/git-clone/issues"
  22. },
  23. "homepage": "https://github.com/jaz303/git-clone"
  24. }