-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
38 lines (38 loc) · 1.03 KB
/
bower.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
{
"name": "alijaya-masonry",
"version": "0.1.1",
"description": "masonry layout in polymer, inspired by desandro/masonry",
"homepage": "http://alijaya.github.io/alijaya-masonry/components/alijaya-masonry/",
"repository": {
"type": "git",
"url": "git://github.com/alijaya/alijaya-masonry.git"
},
"authors": [
"alijaya <[email protected]>"
],
"keywords": [
"masonry",
"web-components",
"layout",
"polymer"
],
"license": "MIT",
"ignore": [
"bower_components"
],
"main": "alijaya-masonry.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"css-element-queries": "^0.3.2"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"paper-slider": "^1.0.11",
"paper-menu-button": "^1.5.0",
"paper-icon-button": "^1.1.2",
"iron-image": "^1.2.3"
}
}