32 lines
775 B
JSON
32 lines
775 B
JSON
{
|
|
"name": "jquery.maskedinput",
|
|
"version": "1.4.1",
|
|
"author": "Josh Bush (digitalbush.com)",
|
|
"description": "jQuery Masked Input Plugin",
|
|
"devDependencies": {
|
|
"grunt": "0.4.x",
|
|
"grunt-contrib-jasmine": "0.5.x",
|
|
"grunt-contrib-uglify": "0.2.x",
|
|
"grunt-contrib-watch": "0.5.x",
|
|
"grunt-nuget": "^0.1.4"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"main": "gruntfile.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/excellalabs/jquery.maskedinput.git"
|
|
},
|
|
"keywords": [
|
|
"jQuery",
|
|
"Masked",
|
|
"Input",
|
|
"Plugin"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/excellalabs/jquery.maskedinput/issues"
|
|
},
|
|
"homepage": "https://github.com/excellalabs/jquery.maskedinput#readme"
|
|
} |