{
  "name": "gaffa-frame",
  "author": "Kory Nunn <knunn187@gmail.com>",
  "version": "1.2.3",
  "main": "frame.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/KoryNunn/gaffa-frame.git"
  },
  "bugs": {
    "url": "https://github.com/KoryNunn/gaffa-frame/issues"
  },
  "keywords": [
    "gaffa",
    "frame",
    "view"
  ],
  "peerDependencies": {
    "gaffa": "^1.5.0"
  },
  "license": "MIT",
  "description": "frame view for loading UI into a [gaffa](https://github.com/gaffa-tape/gaffa-js) application",
  "homepage": "https://github.com/KoryNunn/gaffa-frame",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "browserify test/index.js > test/index.browser.js",
    "watch": "watchify test/index.js -o test/index.browser.js"
  },
  "devDependencies": {
    "gaffa": "^1.10.3",
    "gaffa-container": "^1.0.0",
    "gaffa-text": "^1.0.0",
    "gaffa-textbox": "^1.3.0",
    "gel-js": "^1.7.1"
  },
  "dependencies": {
    "crel": "^2.1.2",
    "simple-ajax": "^1.0.0",
    "statham": "^1.0.0"
  }
}
