Website/node_modules/metalsmith-broken-link-checker/package.json
2015-12-03 19:57:30 -05:00

92 lines
2.6 KiB
JSON

{
"_args": [
[
"metalsmith-broken-link-checker",
"/Users/okennedy/Documents/Website"
]
],
"_from": "metalsmith-broken-link-checker@*",
"_id": "metalsmith-broken-link-checker@0.1.8",
"_inCache": true,
"_installable": true,
"_location": "/metalsmith-broken-link-checker",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "david@davidxmoody.com",
"name": "davidxmoody"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"name": "metalsmith-broken-link-checker",
"raw": "metalsmith-broken-link-checker",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/metalsmith-broken-link-checker/-/metalsmith-broken-link-checker-0.1.8.tgz",
"_shasum": "34a33eaae42ab4cec2e536f6a1ca25043dcd243d",
"_shrinkwrap": null,
"_spec": "metalsmith-broken-link-checker",
"_where": "/Users/okennedy/Documents/Website",
"author": {
"email": "david@davidxmoody.com",
"name": "David Moody",
"url": "https://davidxmoody.com/"
},
"bugs": {
"url": "https://github.com/davidxmoody/metalsmith-broken-link-checker/issues"
},
"dependencies": {
"cheerio": "^0.19.0",
"urijs": "^1.17.0"
},
"description": "Metalsmith plugin to check for internal broken links",
"devDependencies": {
"chai": "^3.2.0",
"coffee-script": "^1.9.3",
"metalsmith": "^1.7.0",
"mocha": "^2.2.5"
},
"directories": {},
"dist": {
"shasum": "34a33eaae42ab4cec2e536f6a1ca25043dcd243d",
"tarball": "http://registry.npmjs.org/metalsmith-broken-link-checker/-/metalsmith-broken-link-checker-0.1.8.tgz"
},
"gitHead": "a6a155a63793e95c3985faef3779b6a2b8db2764",
"homepage": "https://github.com/davidxmoody/metalsmith-broken-link-checker",
"keywords": [
"broken-link-checker",
"broken-links",
"link-checker",
"metalsmith",
"metalsmith.io",
"plugin"
],
"license": "MIT",
"main": "lib",
"maintainers": [
{
"name": "davidxmoody",
"email": "david@davidxmoody.com"
}
],
"name": "metalsmith-broken-link-checker",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/davidxmoody/metalsmith-broken-link-checker.git"
},
"scripts": {
"prepublish": "coffee -o lib -c src/*.coffee",
"test": "mocha --compilers coffee:coffee-script/register",
"watch": "coffee --watch -o lib -c src/*.coffee & mocha --watch --compilers coffee:coffee-script/register"
},
"version": "0.1.8"
}