forked from vanilla-masker/vanilla-masker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
27 lines (27 loc) · 845 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
{
"name": "vanilla-masker",
"version": "1.1.0",
"description": "VanillaMasker is a pure javascript input mask.",
"homepage": "http://bankfacil.github.io/vanilla-masker/",
"repository": {
"type": "git",
"url": "git://github.com/BankFacil/vanilla-masker.git"
},
"authors": [
"Caio Ribeiro Pereira <[email protected]>",
"Leandro Alvares da Costa <[email protected]>",
"Henrique Antonini Silvério <[email protected]>",
"Joilson Marques <[email protected]>",
"Leonardo Andrade <[email protected]>"
],
"main": "lib/vanilla-masker.js",
"license": "MIT <http://bankfacil.mit-license.org>",
"bugs": "https://github.com/BankFacil/vanilla-masker/issues",
"ignore": [
"*.yml",
"**/.*",
"tests",
"node_modules",
"bower_components"
]
}