{
  "name": "couchdb-builder",
  "version": "0.1.0",
  "description": "A tool for building CouchDB documents from flat files.",
  "keywords": [
    "couch",
    "couchdb",
    "build",
    "builder",
    "design",
    "designer",
    "compile",
    "compiler"
  ],
  "homepage": "https://github.com/eloquent/couchdb-builder",
  "bugs": "https://github.com/eloquent/couchdb-builder/issues",
  "repository": "eloquent/couchdb-builder",
  "license": "MIT",
  "author": {
    "name": "Erin Millard",
    "email": "ezzatron@gmail.com",
    "url": "http://ezzatron.com/"
  },
  "main": "lib/index.js",
  "bin": {
    "couchdb-builder": "bin/couchdb-builder"
  },
  "scripts": {
    "test": "scripts/test"
  },
  "engines": {
    "node": ">= 4",
    "npm": ">= 1"
  },
  "dependencies": {
    "bluebird": "^3",
    "json-stable-stringify": "^1",
    "readdirp": "^2"
  },
  "optionalDependencies": {
    "coffee-script": "^1"
  },
  "devDependencies": {
    "chai": "^3",
    "codecov.io": "^0.1.6",
    "coffee-coverage": "^1",
    "coffee-script": "^1",
    "coffeelint": "^1",
    "istanbul": "^0.4",
    "mocha": "^2",
    "sinon": "^1",
    "sinon-chai": "^2"
  }
}
