-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
39 lines (39 loc) · 1.13 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
39
{
"name": "input-password",
"version": "1.1.0",
"authors": [
"Jorge del Casar <[email protected]>"
],
"description": "The input password that you allways want to use in your apps with sign in process now is real with Web Components",
"main": "input-password.html",
"keywords": [
"polymer",
"web-components",
"input",
"password"
],
"license": "MIT",
"homepage": "https://jorgecasar.github.io/input-password/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demo",
"test",
"tasks",
"gulpfile.js"
],
"dependencies": {
"iron-behaviors": "PolymerElements/iron-behaviors#~1.0.8",
"iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#~1.0.4",
"iron-input": "PolymerElements/iron-input#~1.0.6",
"paper-input": "PolymerElements/paper-input#~1.0.13",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"prism": "~1.0.1",
"iron-component-page": "PolymerElements/iron-component-page#~1.0.5",
"test-fixture": "PolymerElements/test-fixture#~1.0.0",
"web-component-tester": "Polymer/web-component-tester#~3.3.21"
}
}