{
  "name": "substr-polyfill",
  "version": "1.0.0",
  "description": "Modular polyfill for substr(-1) for IE browsers.  Respectfully modified from MDN and added to a module.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tommymessbauer/substr-polyfill.git"
  },
  "keywords": [
    "substr",
    "ie",
    "ie8",
    "ie7"
  ],
  "author": "Tommy Messbauer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tommymessbauer/substr-polyfill/issues"
  },
  "homepage": "https://github.com/tommymessbauer/substr-polyfill"
}
