{
  "name": "number-polyfill",
  "version": "1.0.0",
  "description": "A polyfill for implementing the HTML5 <input type=\"number\"> element in browsers that do not currently support it. (c) jonstipe",
  "main": "number-polyfill.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonstipe/number-polyfill.git"
  },
  "keywords": [
    "html5",
    "input",
    "type",
    "number",
    "polyfill"
  ],
  "author": "Jonathan Stipe",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jonstipe/number-polyfill/issues"
  },
  "homepage": "https://github.com/jonstipe/number-polyfill#readme"
}
