-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 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
46
47
48
49
{
"name": "brickfolio",
"title": "Brickfolio",
"description": "jQuery plugin for equalized grid layouts",
"version": "0.0.5",
"homepage": "http://fooplugins.com/plugins/brickfolio",
"author": {
"name": "FooPlugins",
"url": "http://fooplugins.com"
},
"contributors": [
{
"name": "Steven Usher",
"email": "steveush@gmail.com",
"url": "https://github.com/steveush"
},
{
"name": "Brad Vincent",
"email": "bradvin@gmail.com",
"url": "http://themergency.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/fooplugins/brickfolio.git"
},
"bugs": {
"url": "https://github.com/fooplugins/brickfolio/issues"
},
"licenses": [
{
"type": "GPL",
"url": "https://github.com/fooplugins/brickfolio/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.8"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "^0.4.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.11.0"
},
"keywords": [
"layout",
"responsive"
]
}