forked from ashleydw/lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "ekko-lightbox",
"description": "A lightbox gallery plugin for Bootstrap 3 based on the modal plugin",
"version": "3.3.3",
"keywords": [
"lightbox",
"gallery",
"bootstrap",
"jquery",
"modal"
],
"homepage": "https://github.com/ashleydw/lightbox",
"author": "ashleydw <hello@ashleyd.ws>",
"main": "dist/ekko-lightbox.min.js",
"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.5",
"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",
"grunt-bump": "~0.0.14"
},
"npmName": "ekko-lightbox",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*"
]
}
]
}