forked from vanilla-masker/vanilla-masker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 KB
/
package.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
40
41
42
{
"name": "vanilla-masker",
"version": "1.1.0",
"description": "VanillaMasker is a pure javascript input mask.",
"main": "lib/vanilla-masker.js",
"scripts": {
"start": "grunt dev",
"build": "grunt build",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/BankFacil/vanilla-masker.git"
},
"keywords": [
"mask input",
"javascript",
"lightweight",
"cross-browser",
"cross-device"
],
"author": [
"Caio Ribeiro Pereira <[email protected]>",
"Leandro Alvares da Costa <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BankFacil/vanilla-masker/issues"
},
"homepage": "http://bankfacil.github.io/vanilla-masker",
"devDependencies": {
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-uglify": "^0.4.0",
"grunt": "^0.4.4",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-compress": "^0.8.0",
"grunt-contrib-jasmine": "^0.6.4",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0"
}
}