forked from noelboss/featherlight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.78 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"title": "Featherlight (LiteCart Edition) – Ultra slim jQuery lightbox",
"version": "1.7.14",
"author": {
"name": "Noël Raoul Bossart",
"url": "http://www.noelboss.com"
},
"bugs": "https://github.com/noelboss/featherlight/issues",
"description": "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, ajax and iframe support out of the box. Featherlights small footprint weights less than 4kB – in total.",
"docs": "https://github.com/noelboss/featherlight/blob/master/README.md",
"download": "https://github.com/noelboss/featherlight/archive/master.zip",
"github": "http://noelboss.github.io/featherlight/",
"homepage": "http://noelboss.github.io/featherlight/",
"keywords": [
"ajax", "customizable", "dialog", "easy", "fancy", "fast", "html5",
"image", "jquery", "lightbox", "lightweight", "minimal", "modal",
"popup", "simple", "slim", "small", "ui", "window", "jquery-plugin",
"ecosystem:jquery"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/noelboss/featherlight/master/LICENSE"
}
],
"main": "release/featherlight.min.js",
"name": "featherlight",
"repository": {
"type": "git",
"url": "https://github.com/noelboss/featherlight.git"
},
"scripts": {
"build": "grunt",
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "*",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~1.4.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-replace": "~0.5.1",
"grunt-text-replace": "~0.3.10",
"less-plugin-clean-css": "~1.5.1"
}
}