-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
51
52
53
{
"name": "inputmask.phone",
"version": "1.0.6-beta.0",
"description": "Phone alias for Inputmask",
"main": "index.js",
"files": [
"dist/"
],
"scripts": {
"start": "webpack --progress --watch --config-name main --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobinHerbots/inputmask.phone.git"
},
"keywords": [
"inputmask",
"phone"
],
"author": "Robin Herbots",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobinHerbots/inputmask.phone/issues"
},
"homepage": "https://github.com/RobinHerbots/inputmask.phone#readme",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "7.13.0",
"@robinherbots/grunt-available-tasks": "^0.6.4",
"@robinherbots/grunt-nuget": "^0.3.2",
"babel-loader": "^8.2.2",
"grunt": "^1.4.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^23.0.0",
"grunt-release": "^0.14.0",
"grunt-webpack": "^4.0.3",
"jquery": "^3.6.0",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21",
"qunit": "^2.15.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"xml2js": "^0.4.23"
},
"dependencies": {
"inputmask": "^5.0.6"
}
}