UNPKG

featherlight

Version:

Featherlight is a very lightweight jQuery lightbox plugin. It's simple yet flexible and easy to use. Featherlight has minimal css and uses no inline styles, everything is name-spaced, it's completely customizable via configuration object and offers image,

31 lines (30 loc) 567 B
{ "name": "featherlight", "version": "1.7.2", "main": [ "release/featherlight.min.js", "release/featherlight.min.css" ], "license": "MIT", "ignore": [ "**/.*", "test", "*.md", "Gruntfile.js", "package.json" ], "devDependencies": { "jquery": "~1.8.0", "requirejs": "~2.1.10", "chai": "~1.9.1", "chai-jquery": "*", "chai-properties": "git://github.com/vbardales/chai-properties.git", "lodash": "*", "mocha": "~1.18.2" }, "keywords": [ "featherlight", "javascript", "library" ] }