2013-10-25 00:21:59 +08:00
|
|
|
{
|
|
|
|
"name": "github-url-from-username-repo",
|
2014-05-02 02:09:00 +08:00
|
|
|
"version": "0.1.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-05-02 02:09:00 +08:00
|
|
|
"homepage": "https://github.com/robertkowalski/github-url-from-username-repo",
|
|
|
|
"_id": "github-url-from-username-repo@0.1.0",
|
|
|
|
"dist": {
|
2014-06-06 06:18:15 +08:00
|
|
|
"shasum": "fe398af670692e91af7bcfc5ae1d99ff97b1df89",
|
|
|
|
"tarball": "http://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-0.1.0.tgz"
|
2014-05-02 02:09:00 +08:00
|
|
|
},
|
2014-06-06 06:18:15 +08:00
|
|
|
"_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!"
|
2013-10-25 00:21:59 +08:00
|
|
|
}
|