{
  "name": "translator-couch",
  "version": "1.1.1",
  "description": "CouchDB schema for Magomogo/translator-utils, Magomogo/translator, and ikr/translator-node",
  "main": "index.js",
  "bin": {
    "translator-couch": "./bin/translator-couch"
  },
  "scripts": {
    "test": "mocha -b ./tests",
    "posttest": "jshint ./src ./tests index.js ./bin/translator-couch"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ikr/translator-couch.git"
  },
  "keywords": [
    "icu",
    "i18n",
    "translation",
    "localization",
    "internationalization",
    "couchdb",
    "couchapp",
    "browser"
  ],
  "author": "Ivan Krechetov",
  "maintainers": [
    "Maxim Gnatenko",
    "Ivan Krechetov",
    "Anton Bondar"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ikr/translator-couch/issues"
  },
  "homepage": "https://github.com/ikr/translator-couch",
  "dependencies": {
    "blueimp-md5": "~1.1.0",
    "messageformat": "0.1.8",
    "couch-js-devkit": "~1.0.0",
    "cradle": "~0.6.6",
    "async": "~0.2.10",
    "lodash": "~2.4.1",
    "request": "~2.33.0"
  },
  "devDependencies": {
    "mocha": "~1.17.0",
    "sinon": "~1.7.3",
    "jshint": "~2.4.1"
  }
}
