forked from lokesh/lightbox2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "lightbox2",
"version": "2.10.0",
"author": "Lokesh Dhakar <[email protected]>",
"description": "The original Lightbox script. Uses jQuery.",
"keywords": [
"lightbox",
"lightbox2",
"overlay",
"gallery",
"slideshow",
"images"
],
"homepage": "http://lokeshdhakar.com/projects/lightbox2/",
"main": "./dist/js/lightbox.js",
"repository": {
"type": "git",
"url": "https://github.com/lokesh/lightbox2.git"
},
"bugs": {
"url": "https://github.com/lokesh/lightbox2/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/lokesh/lightbox2/master/LICENSE"
}
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-jscs": "^1.8.0"
}
}