-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.22 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
43
44
45
46
47
48
49
50
{
"author": "Libor Zoubek <libor.zoubek@intelstudios.com>",
"bugs": {
"url": "https://github.com/IntelStudios/input-mask/issues"
},
"babel": {
"presets": [
"es2015",
"stage-0"
],
"plugins": [
"transform-object-assign"
]
},
"dependencies": {
"iban": "0.0.12",
"text-mask-addons": "^3.8.0",
"text-mask-core": "^5.1.2"
},
"description": "JavaScript function that makes input HTML element accept mask pattern",
"devDependencies": {
"babel-plugin-transform-object-assign": "6.22.0",
"babel-preset-es2015": "6.3.13",
"babel-preset-stage-0": "6.5.0",
"babel-core": "6.4.5",
"babel-loader": "6.2.1",
"babel-preset-env": "^1.6.1",
"webpack": "1.12.12"
},
"homepage": "https://github.com/IntelStudios/input-mask",
"keywords": [
"text mask",
"input mask",
"string mask",
"input formatting",
"text formatting",
"string formatting"
],
"license": "Unlicense",
"main": "dist/inputMask.js",
"name": "is-input-mask",
"repository": {
"type": "git",
"url": "https://github.com/IntelStudios/input-mask.git"
},
"scripts": {
"build": "./node_modules/.bin/webpack -p --config webpack.config.js"
},
"version": "1.0.0"
}