12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "git-url-parse",
- "version": "11.6.0",
- "description": "A high level git url parser for common git providers.",
- "main": "lib/index.js",
- "scripts": {
- "test": "node test"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/IonicaBizau/git-url-parse.git"
- },
- "keywords": [
- "parse",
- "git",
- "url"
- ],
- "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/IonicaBizau/git-url-parse/issues"
- },
- "homepage": "https://github.com/IonicaBizau/git-url-parse",
- "blah": {
- "h_img": "http://i.imgur.com/HlfMsVf.png"
- },
- "directories": {
- "example": "example",
- "test": "test"
- },
- "dependencies": {
- "git-up": "^4.0.0"
- },
- "devDependencies": {
- "tester": "^1.3.1"
- },
- "files": [
- "bin/",
- "app/",
- "lib/",
- "dist/",
- "src/",
- "scripts/",
- "resources/",
- "menu/",
- "cli.js",
- "index.js",
- "bloggify.js",
- "bloggify.json",
- "bloggify/"
- ]
- }
|