{
  "name": "sandboxr",
  "version": "0.16.1",
  "homepage": "https://github.com/jrsearles/SandBoxr",
  "authors": [
    "Joshua Searles <jrsearles@comcast.net>"
  ],
  "description": "Run JavaScript code in a sand-boxed environment.",
  "main": ["dist/sandboxr.js"],
  "moduleType": ["node"],
  "keywords": [
    "sandbox",
    "acorn",
    "esprima",
    "ast"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/jrsearles/SandBoxr.git"
  },
  "license": "Apache-2.0",
  "ignore": [
    "/*",
    "!/dist/**/*",
    "!README.md",
    "!LICENSE"
  ]
}
