-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 840 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
36
37
{
"name": "type-write",
"description": "The type-write webcomponent mimics a type writer effect",
"demos":
{
"Demo": "demo/index.html"
},
"main": "type-write.html",
"keywords": [
"Polymer",
"type",
"rider",
"webcomponents"
],
"authors": [
"Niklas Lang"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies":
{
"polymer": "polymer/polymer#^1.11.2"
},
"devDependencies":
{
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.1.0"
}
}