UNPKG

metalsmith-fingerprint

Version:
34 lines (33 loc) 805 B
{ "name": "metalsmith-fingerprint", "version": "1.0.3", "description": "A fingerprint plugin for Metalsmith", "keywords": [ "metalsmith", "javascript", "css", "cache", "fingerprint" ], "author": "Christopher Cliff <ctcliff@gmail.com>", "repository": { "type": "git", "url": "http://github.com/christophercliff/metalsmith-fingerprint" }, "license": "MIT", "main": "./lib/", "scripts": { "style": "./node_modules/.bin/crispy ./lib/ ./test/", "test": "npm run style && ./node_modules/.bin/mocha --reporter spec -r should --grep=''" }, "dependencies": { "multimatch": "^2.0.0" }, "devDependencies": { "assert-dir-equal": "^1.0.1", "crispy": "^3.1.2", "metalsmith": "^1.1.1", "mocha": "^2.1.0", "should": "^4.6.1" } }