76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
![]() |
{
|
||
|
"name": "inputmask",
|
||
|
"version": "3.3.11",
|
||
|
"description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
|
||
|
"main": "index.js",
|
||
|
"files": [
|
||
|
"dist/",
|
||
|
"css/"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"start": "webpack --progress --watch --config webpack.config.js",
|
||
|
"test": "grunt validate",
|
||
|
"qunitpack": "webpack --progress --watch --config qunit/webpack.config.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/RobinHerbots/Inputmask.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"form",
|
||
|
"input",
|
||
|
"inputmask",
|
||
|
"jquery",
|
||
|
"jquery-plugin",
|
||
|
"mask",
|
||
|
"plugins"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Robin Herbots",
|
||
|
"url": "https://github.com/RobinHerbots"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/RobinHerbots/Inputmask/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/RobinHerbots/Inputmask",
|
||
|
"devDependencies": {
|
||
|
"babel-core": "^6.26.0",
|
||
|
"babel-loader": "^7.1.2",
|
||
|
"babel-preset-es2015": "^6.24.1",
|
||
|
"babel-preset-stage-0": "^6.24.1",
|
||
|
"css-loader": "^0.28.7",
|
||
|
"grunt": "^1.0.1",
|
||
|
"grunt-available-tasks": "^0.6.3",
|
||
|
"grunt-browserify": "^5.2.0",
|
||
|
"grunt-bump": "^0.8.0",
|
||
|
"grunt-cli": "^1.2.0",
|
||
|
"grunt-contrib-clean": "^1.1.0",
|
||
|
"grunt-contrib-uglify": "^3.1.0",
|
||
|
"grunt-eslint": "^20.1.0",
|
||
|
"grunt-karma": "^2.0.0",
|
||
|
"grunt-nuget": "^0.3.0",
|
||
|
"grunt-release": "^0.14.0",
|
||
|
"grunt-shell": "^2.1.0",
|
||
|
"grunt-webpack": "^3.0.2",
|
||
|
"jqlite": "^0.2.42",
|
||
|
"jquery": "^2.2.4",
|
||
|
"karma": "^1.7.1",
|
||
|
"karma-chrome-launcher": "^2.2.0",
|
||
|
"karma-firefox-launcher": "^1.0.1",
|
||
|
"karma-ie-launcher": "^1.0.0",
|
||
|
"karma-phantomjs-launcher": "^1.0.4",
|
||
|
"karma-qunit": "^1.2.1",
|
||
|
"load-grunt-tasks": "^3.5.2",
|
||
|
"phantomjs-prebuilt": "^2.1.15",
|
||
|
"postcss": "^6.0.13",
|
||
|
"postcss-cssnext": "^3.0.2",
|
||
|
"postcss-loader": "^2.0.8",
|
||
|
"qunitjs": "^2.4.0",
|
||
|
"source-map-loader": "^0.2.2",
|
||
|
"style-loader": "^0.19.0",
|
||
|
"webpack": "^3.7.1"
|
||
|
},
|
||
|
"dependencies": {}
|
||
|
}
|