UNPKG

boomlet

Version:

Bookmarklet compiler encloses, encodes, minifies your Javascript file and automatically opens an HTML page with your new bookmarklet for immediate use.

28 lines (27 loc) 685 B
{ "name": "boomlet", "version": "1.0.1", "description": "Bookmarklet compiler encloses, encodes, minifies your Javascript file and automatically opens an HTML page with your new bookmarklet for immediate use.", "scripts": { "test": "./bin/boomlet ./test/hi.js 'Test Boomlet'" }, "main": "./lib/main.js", "bin": { "boomlet": "./bin/boomlet" }, "dependencies": { "open": "0.0.5", "temp-write": "^3.3.0", "uglify-js": "^3.2.2" }, "repository": "https://github.com/busterc/boomlet.git", "keywords": [ "bookmarklet", "bookmarklets", "userscripts", "user-scripts", "userscript" ], "author": "busterc", "license": "MIT" }