{
  "name": "is-keyword-js",
  "version": "1.0.3",
  "description": "A simple way to check if a string is a keyword or reserved keyword in JavaScript",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/crissdev/is-keyword-js",
  "repository": {
    "type": "git",
    "url": "https://github.com/crissdev/is-keyword-js"
  },
  "keywords": [
    "javascript",
    "keyword",
    "reserved"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "author": "crissdev <criss.trifan@gmail.com> (http://crissdev.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crissdev/is-keyword-js/issues"
  },
  "devDependencies": {
    "ava": "0.0.4"
  }
}
