-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbower.json
32 lines (32 loc) · 1 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
{
"name": "money-input",
"description": "`money-input` is a customizable input validator and mask for currency amounts.",
"main": "money-input.html",
"version": "1.1.0",
"homepage": "https://ingressorapidowebcomponents.github.io/components/money-input",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"paper-input": "PolymerElements/paper-input#^1.1.14",
"iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.6"
},
"authors": [
"Gabrielle Dias (https://github.com/gabrielle-perez-movile / https://github.com/gabycperezdias)"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"money",
"input",
"ecommerce",
"amount",
"currency",
"mask"
],
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}