summaryrefslogtreecommitdiffstats
path: root/admin/survey/script/jquery/colorbox/package.json
blob: 29cf4edcdae195498a6a92500aee2d6dffd07dae (plain) (blame)
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.4",
	"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"
	}
}