{
  "name": "jquery-number-mask",
  "version": "1.1.1",
  "description": "jQuery plugin for set pattern enter numbers or a certain pattern",
  "keywords": [
    "jquery-plugin",
    "jquery plugin",
    "input",
    "form",
    "mask"
  ],
  "main": "dist/jquery.numberMask.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "Konstantin Krivlenia",
    "url": "https://twitter.com/krivlenia"
  },
  "maintainers": [
    {
      "name": "Konstantin Krivlenia",
      "email": "krivlenia@gmail.com"
    }
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/Mavrin/maskInput/blob/master/license.txt"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Mavrin/maskInput"
  },
  "devDependencies": {
    "gulp": "3.8.10",
    "gulp-concat": "2.4.1",
    "gulp-uglify": "1.0.1",
    "gulp-sourcemaps": "1.2.8",
    "karma-script-launcher": "~0.1.0",
    "karma-chrome-launcher": "~0.1.5",
    "karma-firefox-launcher": "~0.1.3",
    "karma-ie-launcher": "~0.1",
    "karma-coverage": "^0.1.1",
    "karma-coveralls": "^0.1.4",
    "karma-phantomjs-launcher": "~0.1.4",
    "karma": "~0.12.24",
    "karma-story-reporter": "~0.2.2"
  }
}
