UNPKG

bookmarklet

Version:

A JavaScript bookmarklet compiler and demo page creator with greasemonkey userscript-like metadata options

34 lines (33 loc) 664 B
{ "name": "bookmarklet", "version": "3.0.0", "description": "A JavaScript bookmarklet compiler and demo page creator with greasemonkey userscript-like metadata options", "main": "bookmarklet.js", "bin": { "bookmarklet": "bin/cli.js" }, "engines": { "node": ">= 6.0.0" }, "scripts": { "test": "bash test/run.sh" }, "repository": "github:mrcoles/bookmarklet", "keywords": [ "bookmarklet" ], "author": { "name": "Peter Coles" }, "contributors": [ { "name": "Ryan Pavlik" } ], "license": "MIT", "readmeFilename": "README.md", "dependencies": { "md5": "^2.2.1", "terser": "^5.6.1" } }