forked from rnmp/salvattore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 764 Bytes
/
Copy pathbower.json
File metadata and controls
40 lines (40 loc) · 764 Bytes
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
{
"name": "salvattore",
"homepage": "http://salvattore.com/",
"repository": {
"type": "git",
"url": "https://github.com/rnmp/salvattore"
},
"description": "A jQuery Masonry alternative with CSS-driven configuration",
"license": "MIT",
"authors": [
{
"name": "Rolando Murillo",
"email": "rolando@bandd.co",
"homepage": "http://rolandomurillo.com/"
},
{
"name": "Giorgio Leveroni",
"email": "giorgio.m.leveroni@gmail.com"
}
],
"main": "dist/salvattore.js",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"grid",
"layout",
"browser",
"masonry"
]
}