123456789101112131415161718192021222324 |
- {
- "name": "git-clone",
- "version": "0.1.0",
- "description": "Clone a git repository",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/jaz303/git-clone.git"
- },
- "keywords": [
- "git",
- "clone",
- "shell"
- ],
- "author": "Jason Frame <jason@onehackoranother.com> (http://jasonframe.co.uk)",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/jaz303/git-clone/issues"
- },
- "homepage": "https://github.com/jaz303/git-clone"
- }
|