{
  "name": "jquery.allowed-chars",
  "title": "jQuery Allowed Chars - simple plugin",
  "version": "1.0.4",
  "description": "jQuery plugin to restrict users for typing only allowed chars for specified element",
  "main": "dist/jquery.allowed-chars.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/fosco-maestro/jquery-allowed-chars-simple-plugin.git"
  },
  "keywords": [
    "jquery",
    "plugin",
    "simple",
    "allowed",
    "chars",
    "allowed chars",
    "regular expression",
    "regExp"
  ],
  "author": "Pavlo Voznenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fosco-maestro/jquery-allowed-chars-simple-plugin/issues"
  },
  "homepage": "https://github.com/fosco-maestro/jquery-allowed-chars-simple-plugin",
  "devDependencies": {
    "grunt": "~0.4.4",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-uglify": "~0.4.0",
    "grunt-karma": "^0.8.3",
    "jasmine-jquery": "^1.3.3",
    "jquery": "*",
    "karma": "^0.12.16",
    "karma-chrome-launcher": "^0.1.4",
    "karma-jasmine": "^0.1.5",
    "karma-phantomjs-launcher": "^0.1.4",
    "phantomjs": "^1.9.7-8"
  },
  "npmName": "jquery.allowed-chars",
  "npmFileMap": [
    {
      "basePath": "/dist/",
      "files": [
        "*.js"
      ]
    }
  ],
  "scripts": {
    "build": "npm install && ./node_modules/.bin/grunt",
    "test": "./node_modules/.bin/grunt test"
  }
}
