{
  "name": "fortress",
  "version": "0.0.1",
  "description": "Fortress is designed for the defense of client side applications.",
  "main": "index.js",
  "scripts": {
    "test": "zuul -- test.js",
    "local": "zuul --local 1337 -- test.js",
    "build": "browserify index.js --standalone Fortress -o ./dist/fortress.js",
    "phantomjs": "./phantomjs"
  },
  "keywords": [
    "sandbox",
    "fort",
    "fortress",
    "container",
    "iframe",
    "security",
    "jail",
    "sandboxed",
    "restrict"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/3rd-Eden/fortress.git"
  },
  "devDependencies": {
    "pre-commit": "0.0.x",
    "mocha": "1.14.x",
    "zuul": "1.0.x",
    "browserify": "3.0.x",
    "mocha-phantomjs": "3.2.x"
  },
  "dependencies": {
    "eventemitter3": "0.0.x",
    "frames": "0.0.x",
    "containerization": "0.0.x"
  },
  "testling": {
    "browsers": [
      "ie/6..latest",
      "firefox/16..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ],
    "harness": "mocha",
    "files": "test.js"
  }
}
