-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
30 lines (30 loc) · 1.04 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
{
"name": "jquery-lightbox",
"version": "1.4.9-final",
"description": "Lightboxes are a way to display an image on the same page simply and elegantly.",
"main": "scripts/jquery.lightbox.js",
"scripts": {
"build": "npm run build:refresh && npm run build:js && npm run build:css",
"build:refresh": "wget -q https://bevry-archive.github.io/jquery-history/demo/styles/generic.css -O ./demo/styles/generic.css",
"build:js": "minify ./scripts/jquery.lightbox.js > ./scripts/jquery.lightbox.min.js",
"build:css": "minify ./styles/jquery.lightbox.css > ./styles/jquery.lightbox.min.css",
"test": "echo 'no tests'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bevry-archive/jquery-lightbox.git"
},
"keywords": [
"jquery",
"lightbox"
],
"author": "2007+ Benjamin Lupton <[email protected]> (https://balupton.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bevry-archive/jquery-lightbox/issues"
},
"homepage": "https://github.com/bevry-archive/jquery-lightbox#readme",
"devDependencies": {
"minify": "^4.1.3"
}
}