-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
30 lines (30 loc) · 989 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
{
"name": "delightful-icons",
"version": "0.5.0",
"description": "Icons that implement Material Design's delightful details.",
"authors": [
"Andrew Mitchell <[email protected]>"
],
"keywords": [
"polymer",
"icon",
"material"
],
"main": "delightful-icon.html",
"repository": {
"type": "git",
"url": "git://github.com/hotforfeature/delightful-icons"
},
"license": "https://github.com/hotforfeature/delightful-icons/blob/master/LICENSE.txt",
"homepage": "https://github.com/hotforfeature/delightful-icons",
"dependencies": {
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#1 - 2",
"polymer": "Polymer/polymer#1.9 - 2"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"paper-icon-button": "PolymerElements/paper-icon-button#^2.0.1",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"web-component-tester": "Polymer/web-component-tester#^6.0.0"
}
}