Website/node_modules/metalsmith-fingerprint/package.json

88 lines
2.3 KiB
JSON

{
"_args": [
[
"metalsmith-fingerprint",
"/Users/okennedy/Documents/Website"
]
],
"_from": "metalsmith-fingerprint@*",
"_id": "metalsmith-fingerprint@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/metalsmith-fingerprint",
"_npmUser": {
"email": "ctcliff@gmail.com",
"name": "christophercliff"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "metalsmith-fingerprint",
"raw": "metalsmith-fingerprint",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/metalsmith-fingerprint/-/metalsmith-fingerprint-1.0.3.tgz",
"_shasum": "91c6d5ad1245d594dff2341b55963ea49a1eb6f8",
"_shrinkwrap": null,
"_spec": "metalsmith-fingerprint",
"_where": "/Users/okennedy/Documents/Website",
"author": {
"email": "ctcliff@gmail.com",
"name": "Christopher Cliff"
},
"bugs": {
"url": "https://github.com/christophercliff/metalsmith-fingerprint/issues"
},
"dependencies": {
"multimatch": "^2.0.0"
},
"description": "A fingerprint plugin for Metalsmith",
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"crispy": "^3.1.2",
"metalsmith": "^1.1.1",
"mocha": "^2.1.0",
"should": "^4.6.1"
},
"directories": {},
"dist": {
"shasum": "91c6d5ad1245d594dff2341b55963ea49a1eb6f8",
"tarball": "http://registry.npmjs.org/metalsmith-fingerprint/-/metalsmith-fingerprint-1.0.3.tgz"
},
"gitHead": "864899ab00662d500ca2faafd5d3c18cf1a1dcf7",
"homepage": "https://github.com/christophercliff/metalsmith-fingerprint",
"keywords": [
"cache",
"css",
"fingerprint",
"javascript",
"metalsmith"
],
"license": "MIT",
"main": "./lib/",
"maintainers": [
{
"name": "christophercliff",
"email": "ctcliff@gmail.com"
}
],
"name": "metalsmith-fingerprint",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/christophercliff/metalsmith-fingerprint.git"
},
"scripts": {
"style": "crispy ./lib/ ./test/",
"test": "npm run style && ./node_modules/.bin/mocha --reporter spec -r should --grep=''"
},
"version": "1.0.3"
}