UNPKG

is-github-url

Version:

Check if a passed string is a valid GitHub URL

37 lines (36 loc) 912 B
{ "name": "is-github-url", "version": "1.2.2", "description": "Check if a passed string is a valid GitHub URL", "main": "index.js", "scripts": { "test": "mocha --reporter nyan", "tdd": "npm test -- --watch", "release": "npm version ${BUMP:-\"patch\"} --no-git-tag-version && git add package.json && git commit -m \":octocat: Bump to $(cat package.json | jq -r .version)\" && git tag $(cat package.json | jq -r .version) && git push && git push --tags && npm publish" }, "repository": "alferov/is-github-url", "keywords": [ "gh", "github", "git", "valid", "url", "string" ], "devDependencies": { "chai": "^3.2.0", "eslint": "^1.4.1", "mocha": "^2.3.0" }, "author": { "name": "Philipp Alferov", "email": "philipp.alferov@gmail.com" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "license": "MIT" }