UNPKG

github-url-to-object

Version:

Extract user, repo, and other interesting properties from GitHub URLs

34 lines (33 loc) 757 B
{ "name": "github-url-to-object", "version": "1.5.1", "description": "Extract user, repo, and other interesting properties from GitHub URLs", "main": "index.js", "scripts": { "test": "standard --format && mocha", "build": "browserify index.js --standalone gh > dist/gh.js" }, "repository": { "type": "git", "url": "https://github.com/zeke/github-url-to-object" }, "keywords": [ "github", "url", "repo" ], "author": "zeke", "license": "MIT", "bugs": { "url": "https://github.com/zeke/github-url-to-object/issues" }, "dependencies": { "is-url": "^1.1.0" }, "devDependencies": { "browserify": "^4.2.1", "mocha": "^1.19.0", "standard": "^3.7.0", "uglify-js": "^2.4.15" } }