Website/node_modules/metalsmith-rename/package.json
2015-12-02 18:21:44 -05:00

90 lines
2.1 KiB
JSON

{
"_args": [
[
"metalsmith-rename",
"/Users/okennedy/Desktop/Website"
]
],
"_from": "metalsmith-rename@*",
"_id": "metalsmith-rename@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/metalsmith-rename",
"_nodeVersion": "0.12.2",
"_npmUser": {
"email": "m@moox.io",
"name": "moox"
},
"_npmVersion": "2.7.4",
"_phantomChildren": {},
"_requested": {
"name": "metalsmith-rename",
"raw": "metalsmith-rename",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/metalsmith-rename/-/metalsmith-rename-1.0.0.tgz",
"_shasum": "938e12dde5eb2cdd6e9da6d53070e9485093ac88",
"_shrinkwrap": null,
"_spec": "metalsmith-rename",
"_where": "/Users/okennedy/Desktop/Website",
"author": {
"name": "Maxime Thirouin"
},
"bugs": {
"url": "https://github.com/MoOx/metalsmith-rename/issues"
},
"dependencies": {},
"description": "Metalsmith plugin to rename entries",
"devDependencies": {
"babel": "^5.1.13",
"babel-eslint": "^3.0.1",
"babel-tape-runner": "^1.1.0",
"eslint": "^0.20.0",
"metalsmith": "^1.7.0",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "938e12dde5eb2cdd6e9da6d53070e9485093ac88",
"tarball": "http://registry.npmjs.org/metalsmith-rename/-/metalsmith-rename-1.0.0.tgz"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"dist"
],
"gitHead": "c9b44a651a99e7a58c2f35a16ebeda98558945f0",
"homepage": "https://github.com/MoOx/metalsmith-rename",
"keywords": [
"metalsmith",
"metalsmith-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "moox",
"email": "m@moox.io"
}
],
"name": "metalsmith-rename",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/MoOx/metalsmith-rename.git"
},
"scripts": {
"lint": "eslint .",
"prepublish": "babel src --out-dir dist",
"tape": "babel-tape-runner '__tests__/*.js'",
"test": "npm run lint && npm run tape"
},
"version": "1.0.0"
}