summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/package.json
blob: de888cbc21e24b93c87c10030e828d494982bf37 (plain)
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
{
	"name": "jquery-colorbox",
	"description": "jQuery lightbox and modal window plugin.",
	"version": "1.6.3",
	"keywords": [
		"modal",
		"lightbox",
		"gallery",
		"popup",
		"ui",
		"jquery-plugin"
	],
	"author": {
		"name": "Jack Moore",
		"url": "http://www.jacklmoore.com",
		"email": "hello@jacklmoore.com"
	},
	"main": "jquery.colorbox.js",
	"license": "MIT",
	"homepage": "http://www.jacklmoore.com/colorbox",
	"demo": "http://www.jacklmoore.com/colorbox",
	"repository": {
		"type": "git",
		"url": "http://github.com/jackmoore/colorbox.git"
	},
	"dependencies": {
		"jquery": ">=1.3.2"
	}
}