UNPKG

popover

Version:

Tiny, reusable popover component

46 lines (45 loc) 1.17 kB
{ "name": "popover", "version": "2.4.1", "description": "Tiny, reusable popover component", "main": "popover.js", "scripts": { "pretest": "standard popover.js", "test": "npm run build && open test/test.html", "build": "npm prune && browserify popover.js -s Popover -g uglifyify > popover.built.js", "build-demo": "npm run build && cp popover*{.js,.css} demo/", "watch": "watchify popover.js -d -v -s Popover -o popover.built.js", "prepublish": "npm ls && npm run build" }, "keywords": [ "popover", "tooltip", "css", "html", "browserify" ], "author": "Clemens Stolle <klaemo@fastmail.fm>", "license": "ISC", "devDependencies": { "browserify": "^13.0.0", "standard": "^7.0.1", "uglifyify": "^3.0.1", "watchify": "^3.7.0" }, "dependencies": { "debounce": "~1.0.0", "domify": "~1.4.0", "emitter-component": "~1.1.0" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/klaemo/popover.git" }, "bugs": { "url": "https://github.com/klaemo/popover/issues" }, "homepage": "https://github.com/klaemo/popover" }