-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 801 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": "polymer-line-awesome",
"description": "Line Awesome For Polymer",
"main": "polymer-line-awesome.html",
"dependencies": {
"iron-icons": "PolymerElements/iron-icons#^2.0.1"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"resolutions": {
"polymer": "^2.0.0"
},
"authors": [
"rieonke <rieon@rieon.cn>"
],
"keywords": [
"line-awesome",
"la",
"font-icon",
"font",
"icon"
],
"license": "MIT",
"homepage": "https://github.com/rieonke/polymer-line-awesome",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}