{
  "name": "isjs",
  "version": "0.2.1",
  "license": "MIT",
  "homepage": "http://github.com/rthor/isjs",
  "author": {
    "name": "Ragnar Þór Valgeirsson (rthor)",
    "email": "ragnar.valgeirsson@gmail.com",
    "url": "http://rthor.is"
  },
  "main": "nodejs/is.js",
  "readmeFilename": "nodejs/README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/rthor/isjs.git"
  },
  "keywords": [
    "regexp",
    "test",
    "simple"
  ],
  "description": "Check your data against regular expressions or known keywords.",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-contrib-concat": "~0.3.0"
  }
}
