forked from zahanm/lightbox2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 982 Bytes
/
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
{
"name": "lightbox2",
"version": "2.6.0",
"author": "Lokesh Dhakar",
"description": "Lightbox is small javascript library used to overlay images on top of the current page.",
"keywords": [
"overlay",
"image"
],
"homepage": "http://lokeshdhakar.com/projects/lightbox2/",
"repository": {
"type": "git",
"url": "https://github.com/lokesh/lightbox2.git"
},
"bugs": {
"url": "https://github.com/lokesh/lightbox2/issues"
},
"scripts": {
"build": "coffee --compile --output ./js/ ./coffee/",
"check": "jshint ./js/lightbox.js",
"lint": "jshint ./js/lightbox.js",
"install-compass": "bundle install",
"update-compass": "bundle update",
"build-compass": "bundle exec compass compile"
},
"licenses": [
{
"type": "Creative Commons Attribution 2.5 License",
"url": "http://creativecommons.org/licenses/by/2.5/"
}
],
"devDependencies": {
"coffee-script": "~1.6.3",
"jshint": "~2.1.4"
}
}