-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
35 lines (35 loc) · 854 Bytes
/
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
{
"name": "made-with-heart",
"description": "<💜 /> A Polymer element for show your love!",
"version": "1.0.0",
"keywords": [
"Polymer",
"web-components",
"heart",
"love"
],
"authors": [
"simoneas02"
],
"main": "made-with-heart.html",
"homepage": "https://github.com/simoneas02/made-with-heart",
"repository": {
"type": "git",
"url": "git://github.com/simoneas02/made-with-heart"
},
"license": "https://github.com/simoneas02/made-with-heart/blob/master/LICENSE.md",
"ignore": [
"**/.*",
"bower_components"
],
"demos": {
"demo": "demo/index.html"
},
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0"
}
}