{
  "name": "imbroglio",
  "version": "0.0.8",
  "description": "a tool for making browser-based interactive fiction",
  "main": "index.js",
  "scripts": {
    "prepublish": "iced -c *.coffee* && gribbl *.jade"
  },
  "browserify": {
    "transform": [
      "brfs"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jcmf/imbroglio.git"
  },
  "keywords": [
    "interactive fiction",
    "if",
    "choose your own adventure",
    "cyoa",
    "multiple choice",
    "quiz",
    "game"
  ],
  "author": "Jacques Frechet",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jcmf/imbroglio/issues"
  },
  "homepage": "https://github.com/jcmf/imbroglio",
  "devDependencies": {
    "gribbl": "^1.2.2",
    "iced-coffee-script": "^1.8.0-d",
    "jquery": "^2.1.3",
    "stylus": "^0.50.0"
  },
  "dependencies": {
    "brfs": "^1.4.0",
    "coffee-script": "1.9.1"
  }
}
