{
  "name": "dragoman",
  "version": "0.2.0",
  "description": "Helps you talk to folks speaking a different language",
  "main": "index.js",
  "directories": {
    "test": "test",
    "source": "source",
    "lib": "build"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/dralletje/dragoman.git"
  },
  "author": "Michiel Dral <m.c.dral@gmail.com>",
  "license": "GPL v2",
  "devDependencies": {
    "chai": "^1.9.1",
    "chai-as-promised": "^4.1.1",
    "coffee-script": "^1.7.1",
    "gulp": "^3.8.7",
    "gulp-coffee": "^2.1.1",
    "gulp-header": "^1.0.5",
    "gulp-plumber": "^0.6.4",
    "gulp-spawn-mocha": "^0.1.7-beta.3",
    "mocha": "^1.21.4",
    "mysql": "^2.4.2"
  },
  "dependencies": {
    "bluebird": "^2.2.2",
    "buffer-equal": "0.0.1",
    "symbol": "^0.2.1",
    "varint": "^3.0.1"
  }
}
