{
  "name": "notevil",
  "version": "1.3.3",
  "description": "Evalulate javascript like the built-in eval() method but safely",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mmckegg/notevil"
  },
  "keywords": [
    "eval",
    "sandbox",
    "esprima",
    "safe",
    "expression"
  ],
  "author": "Matt McKegg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mmckegg/notevil/issues"
  },
  "dependencies": {
    "esprima": "~1.0",
    "hoister": "~0.0"
  },
  "devDependencies": {
    "tape": "^4.11.0"
  }
}
