pkg-homepage
Version:
Get or create a homepage URL from the given package.json
64 lines (63 loc) • 1.26 kB
JSON
{
"name": "pkg-homepage",
"description": "Get or create a homepage URL from the given package.json",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/pkg-homepage",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/pkg-homepage",
"bugs": {
"url": "https://github.com/jonschlinkert/pkg-homepage/issues"
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"isobject": "^2.1.0",
"lazy-cache": "^1.0.4",
"parse-github-url": "^0.3.1",
"stringify-github-url": "^0.1.0"
},
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.4.5"
},
"keywords": [
"homepage",
"pkg"
],
"verb": {
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"git-branch",
"git-repo-name",
"git-user-name",
"git-username",
"parse-author",
"stringify-author"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb"
]
}
}