{
  "name":         "caffeine",
  "description":  "Unfancy JavaScript powered by CoffeeScript Caffeine",
  "keywords":     ["javascript", "language", "coffeescript", "caffeine", "compiler"],
  "author":       "Roman I. Kuzmin",
  "version":      "0.2.7",
  "licenses":     [{
    "type":       "MIT",
    "url":        "http://github.com/ich/caffeine/raw/master/LICENSE"
  }],
  "engines":      {
    "node":       ">=0.8.0"
  },
  "directories" : {
    "lib" : "./lib/caffeine"
  },
  "main" : "./lib/caffeine/caffeine",
  "bin":          {
    "caffeine":   "./bin/caffeine"
  },
  "scripts": {
    "test": "node ./bin/cake test"
  },
  "homepage":     "http://ich.github.com/caffeine/",
  "bugs":         "https://github.com/ich/caffeine/issues",
  "repository":   {
    "type": "git",
    "url": "git://github.com/ich/caffeine.git"
  },
  "dependencies": {
    "uglify-js":  ">=1.3.2"
  },
  "devDependencies": {
    "uglify-js":  ">=1.3.2",
    "jison":      ">=0.3.11"
  , "docco":      ">=0.3.0"
  , "underscore": ">=1.3.3"
  , "highlight.js": ">=7.0.1"
  }
}
