Codebase list jquery-colorbox / 88459d7c-626f-4fec-9193-8027a6dbe3f6/main package.json
88459d7c-626f-4fec-9193-8027a6dbe3f6/main

Tree @88459d7c-626f-4fec-9193-8027a6dbe3f6/main (Download .tar.gz)

package.json @88459d7c-626f-4fec-9193-8027a6dbe3f6/mainraw · history · blame

{
	"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"
	},
	"peerDependencies": {
		"jquery": ">=1.3.2"
	}
}