forked from ashleydw/lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "ekko-lightbox",
"description": "A lightbox gallery plugin for Bootstrap 3 based on the modal plugin",
"version": "3.1.2",
"keywords": [
"lightbox",
"gallery",
"bootstrap",
"jquery",
"modal"
],
"homepage": "https://github.com/ashleydw/lightbox",
"author": "ashleydw <[email protected]>",
"style": "./dist/ekko-lightbox.css",
"less": "ekko-lightbox.less",
"repository": {
"type": "git",
"url": "https://github.com/ashleydw/lightbox.git"
},
"bugs": {
"url": "https://github.com/ashleydw/lightbox/issues"
},
"license": {
"type": "GNU GENERAL PUBLIC LICENSE",
"url": "https://github.com/ashleydw/lightbox/blob/master/LICENSE.txt"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-banner": "~0.2.0",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-recess": "~0.3.3"
}
}