UNPKG

355 BJSONView Raw
1{
2 "name": "github-url-to-object",
3 "description": "Extract user, repo, and other interesting properties from GitHub URLs",
4 "version": "1.4.2",
5 "license": "MIT",
6 "keywords": [
7 "github",
8 "url",
9 "repo"
10 ],
11 "main": "dist/gh.js",
12 "ignore": [
13 ".travis.yml",
14 "node_modules",
15 "test",
16 "package.json",
17 "index.js"
18 ]
19}