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

51 lines
1.4 KiB
JSON
Raw Normal View History

2013-10-25 00:21:59 +08:00
{
"name": "github-url-from-username-repo",
2014-08-01 00:05:30 +08:00
"version": "0.2.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"
],
"homepage": "https://github.com/robertkowalski/github-url-from-username-repo",
2014-08-01 00:05:30 +08:00
"_id": "github-url-from-username-repo@0.2.0",
"_shasum": "7590b4fa605b7a6cbb7e06ffcd9d253210f9dbe1",
"_from": "github-url-from-username-repo@latest",
"_npmVersion": "1.4.9",
2014-06-06 06:18:15 +08:00
"_npmUser": {
"name": "robertkowalski",
"email": "rok@kowalski.gd"
},
"maintainers": [
{
"name": "robertkowalski",
"email": "rok@kowalski.gd"
}
],
2014-08-01 00:05:30 +08:00
"dist": {
"shasum": "7590b4fa605b7a6cbb7e06ffcd9d253210f9dbe1",
"tarball": "http://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-0.2.0.tgz"
},
2014-06-06 06:18:15 +08:00
"directories": {},
2014-08-01 00:05:30 +08:00
"_resolved": "https://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-0.2.0.tgz"
2013-10-25 00:21:59 +08:00
}