summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/github-url-from-username-repo/package.json
blob: 7eadf899d3e31a2e4ff8525704ae2c0a5771f3d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "name": "github-url-from-username-repo",
  "version": "0.1.0",
  "description": "Create urls from username/repo",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "devDependencies": {
    "mocha": "~1.13.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:robertkowalski/github-url-from-username-repo.git"
  },
  "author": {
    "name": "Robert Kowalski",
    "email": "rok@kowalski.gd"
  },
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/robertkowalski/github-url-from-username-repo/issues"
  },
  "keywords": [
    "git",
    "github",
    "repo"
  ],
  "homepage": "https://github.com/robertkowalski/github-url-from-username-repo",
  "_id": "github-url-from-username-repo@0.1.0",
  "dist": {
    "shasum": "fe398af670692e91af7bcfc5ae1d99ff97b1df89",
    "tarball": "http://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-0.1.0.tgz"
  },
  "_from": "github-url-from-username-repo@~0.1.0",
  "_npmVersion": "1.4.6",
  "_npmUser": {
    "name": "robertkowalski",
    "email": "rok@kowalski.gd"
  },
  "maintainers": [
    {
      "name": "robertkowalski",
      "email": "rok@kowalski.gd"
    }
  ],
  "directories": {},
  "_shasum": "fe398af670692e91af7bcfc5ae1d99ff97b1df89",
  "_resolved": "https://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-0.1.0.tgz",
  "readme": "ERROR: No README data found!"
}