UNPKG

fingerslug

Version:

Fingerslug is a tool to generate a slugged and fingerprinted filename based on an input.

25 lines (24 loc) 599 B
{ "name": "fingerslug", "version": "1.0.1", "repository": { "type": "git", "url": "https://github.com/arsood/fingerslug.git" }, "description": "Fingerslug is a tool to generate a slugged and fingerprinted filename based on an input.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Filename", "Slug", "Fingerprint" ], "author": "Arun Sood", "license": "MIT", "dependencies": { "node-uuid": "^1.4.8", "slug": "^0.9.1" } }