{
    "name": "urlgithub-to-object",
    "version": "1.1.0",
    "description": "Extract user, repo, and other interesting properties from GitHub URLs",
    "main": "dist/commonjs.js",
    "scripts": {
        "test": "mocha && standard",
        "build": "browserify index.js --standalone gh | buble > dist/gh.js; buble index.js > dist/commonjs.js",
        "deploy": "npm run build && git subtree push --prefix dist origin gh-pages && open https://github.com/leiz95/URLgithub-to-object.git"
    },
    "website": "https://github.com/leiz95/URLgithub-to-object.git",
    "repository": {
        "type": "git",
        "url": "https://github.com/leiz95/URLgithub-to-object"
    },
    "keywords": [
        "github",
        "url",
        "repo"
    ],
    "author": "leiz95",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/leiz95/URLgithub-to-object/issues"
    },
    "dependencies": {
        "city-near-me": "^1.0.1",
        "eslint": "^2.10.2",
        "is-url": "^1.1.0",
        "markdown-expands-tab": "^1.0.2"
    },
    "devDependencies": {
        "browserify": "^13.0.1",
        "buble": "^0.15.2",
        "mocha": "^2.5.3",
        "standard": "^7.1.2",
        "uglify-js": "^2.4.15"
    },
    "standard": {
        "ignore": [
            "dist"
        ]
    }
}
