{
  "name": "sandboxr",
  "version": "0.16.2",
  "description": "SandBoxr runs JavaScript in a sandboxed environment.",
  "main": "./dist/sandboxr.js",
  "scripts": {
    "test": "mocha --compilers js:babel-register"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jrsearles/SandBoxr.git"
  },
  "author": "Joshua Searles",
  "homepage": "https://github.com/jrsearles/SandBoxr",
  "license": "Apache-2.0",
  "devDependencies": {
    "acorn": "^2.6.4",
    "babel-core": "^6.5.2",
    "babel-plugin-transform-runtime": "^6.5.2",
    "babel-preset-es2015-minimal": "^1.1.0",
    "babelify": "^7.2.0",
    "browserify": "^12.0.1",
    "chai": "^2.3.0",
    "eslint": "^1.10.3",
    "gulp": "^3.8.11",
    "gulp-eslint": "^1.1.1",
    "gulp-header": "^1.7.1",
    "gulp-mocha": "^2.1.1",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-uglify": "^1.2.0",
    "gulp-util": "^3.0.6",
    "json2csv": "^3.0.2",
    "mocha": "^2.2.4",
    "through2": "^2.0.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "yargs": "^3.10.0"
  },
  "dependencies": {
    "babel-runtime": "^6.5.0"
  }
}
