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

106 lines
2.5 KiB
JSON

{
"_args": [
[
"metalsmith-paths",
"/Users/okennedy/Documents/Website"
]
],
"_from": "metalsmith-paths@*",
"_id": "metalsmith-paths@2.1.1",
"_inCache": true,
"_installable": true,
"_location": "/metalsmith-paths",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "ahmad@ahmadnassri.com",
"name": "ahmadnassri"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"name": "metalsmith-paths",
"raw": "metalsmith-paths",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/metalsmith-paths/-/metalsmith-paths-2.1.1.tgz",
"_shasum": "ff20ba7482d4c58175b2be29b4e0b260157dd45d",
"_shrinkwrap": null,
"_spec": "metalsmith-paths",
"_where": "/Users/okennedy/Documents/Website",
"author": {
"email": "ahmad@ahmadnassri.com",
"name": "Ahmad Nassri",
"url": "https://www.ahmadnassri.com/"
},
"bugs": {
"url": "https://github.com/ahmadnassri/metalsmith-paths/issues"
},
"dependencies": {
"debug-log": "^1.0.0"
},
"description": "A metalsmith plugin that adds file path values to metadata.",
"devDependencies": {
"codeclimate-test-reporter": "0.1.0",
"echint": "^1.5.0",
"istanbul": "^0.3.18",
"mocha": "^2.2.5",
"should": "^7.0.4",
"standard": "^5.1.0"
},
"directories": {},
"dist": {
"shasum": "ff20ba7482d4c58175b2be29b4e0b260157dd45d",
"tarball": "http://registry.npmjs.org/metalsmith-paths/-/metalsmith-paths-2.1.1.tgz"
},
"echint": {
"ignore": [
"coverage/**"
]
},
"engines": {
"node": ">=0.10"
},
"files": [
"lib"
],
"gitHead": "5995e3a492579f9ed6b38c23618c0c306bc17cc3",
"homepage": "https://github.com/ahmadnassri/metalsmith-paths",
"keywords": [
"basename",
"dirname",
"extname",
"metalsmith",
"paths",
"plugin"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "ahmadnassri",
"email": "ahmad@codeinchaos.com"
}
],
"name": "metalsmith-paths",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadnassri/metalsmith-paths.git"
},
"scripts": {
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
"coverage": "istanbul cover --dir coverage _mocha -- -R dot",
"posttest": "npm run coverage",
"pretest": "standard && echint",
"test": "mocha"
},
"version": "2.1.1"
}