node/deps/npm/node_modules/github-url-from-username-repo/package.json

60 lines
1.6 KiB
JSON
Raw Normal View History

2013-10-25 00:21:59 +08:00
{
"name": "github-url-from-username-repo",
2014-09-17 06:38:50 +08:00
"version": "1.0.0",
2013-10-25 00:21:59 +08:00
"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"
],
2014-09-17 06:38:50 +08:00
"gitHead": "d5b3c01193504d67b3ecc030e93d5c58c9b0df63",
"homepage": "https://github.com/robertkowalski/github-url-from-username-repo",
2014-09-17 06:38:50 +08:00
"_id": "github-url-from-username-repo@1.0.0",
"_shasum": "848d4f19bc838dc428484ce0dc33da593e8400ed",
"_from": "github-url-from-username-repo@^1.0.0",
"_npmVersion": "1.4.21",
2014-06-06 06:18:15 +08:00
"_npmUser": {
"name": "robertkowalski",
"email": "rok@kowalski.gd"
},
"maintainers": [
{
"name": "robertkowalski",
"email": "rok@kowalski.gd"
2014-09-17 06:38:50 +08:00
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
},
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
2014-06-06 06:18:15 +08:00
}
],
2014-08-01 00:05:30 +08:00
"dist": {
2014-09-17 06:38:50 +08:00
"shasum": "848d4f19bc838dc428484ce0dc33da593e8400ed",
"tarball": "http://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-1.0.0.tgz"
2014-08-01 00:05:30 +08:00
},
2014-06-06 06:18:15 +08:00
"directories": {},
2014-09-17 06:38:50 +08:00
"_resolved": "https://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-1.0.0.tgz"
2013-10-25 00:21:59 +08:00
}