summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/github-url-from-git/package.json
blob: 978435c7da29c09567b2f15dda7e2bd0abea4c64 (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
52
53
54
55
56
57
58
{
  "name": "github-url-from-git",
  "version": "1.4.0",
  "description": "Parse a github git url and return the github repo url",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.js --reporter spec --require should"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visionmedia/node-github-url-from-git.git"
  },
  "keywords": [
    "github",
    "git",
    "url",
    "parser"
  ],
  "author": {
    "name": "TJ Holowaychuk"
  },
  "license": "MIT",
  "devDependencies": {
    "better-assert": "~1.0.0",
    "mocha": "~1.9.0",
    "should": "~1.2.2"
  },
  "gitHead": "154df00b0b590c29be5d2a5822e7b2e160b75345",
  "bugs": {
    "url": "https://github.com/visionmedia/node-github-url-from-git/issues"
  },
  "homepage": "https://github.com/visionmedia/node-github-url-from-git",
  "_id": "github-url-from-git@1.4.0",
  "_shasum": "285e6b520819001bde128674704379e4ff03e0de",
  "_from": "github-url-from-git@^1.4.0",
  "_npmVersion": "2.0.0-alpha.7",
  "_npmUser": {
    "name": "bcoe",
    "email": "bencoe@gmail.com"
  },
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "bcoe",
      "email": "bencoe@gmail.com"
    }
  ],
  "dist": {
    "shasum": "285e6b520819001bde128674704379e4ff03e0de",
    "tarball": "http://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.4.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.4.0.tgz",
  "readme": "ERROR: No README data found!"
}