forked from ed-lea/jquery-collagePlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "jquery-collagePlus",
"title": "CollagePlus Gallery",
"description": "An image grid gallery plugin for jQuery.",
"keywords": [
"grid",
"gallery",
"photography",
"album",
"masonry"
],
"version": "0.3.3",
"author": "Ed Lea (http://edlea.com)",
"maintainers": [
"Ed Lea <[email protected]> (http://edlea.com)"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"url": "https://github.com/ed-lea/jquery-collagePlus/issues"
},
"homepage": "http://collageplus.edlea.com/",
"docs": "http://collageplus.edlea.com/",
"download": "https://github.com/ed-lea/jquery-collagePlus/zipball/master",
"dependencies": {
"jquery": ">=1.7"
},
"main": "jquery.collagePlus.js",
"directories": {
"example": "examples"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antville/jquery-collagePlus.git"
},
"license": "ISC"
}