{
  "name": "static-eval",
  "version": "2.1.0",
  "description": "evaluate statically-analyzable expressions",
  "main": "index.js",
  "dependencies": {
    "escodegen": "^1.11.1"
  },
  "devDependencies": {
    "esprima": "^3.1.3",
    "tape": "^4.10.1"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "ff/latest",
      "chrome/latest",
      "opera/latest",
      "safari/latest"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/browserify/static-eval.git"
  },
  "homepage": "https://github.com/browserify/static-eval",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "license": "MIT"
}