{
  "name": "@bocoup/careen",
  "version": "0.1.1",
  "description": "SQL schema migration. Nothing more. Nothing less.",
  "main": "lib/index.js",
  "bin": {
    "careen": "bin/careen.js"
  },
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc",
    "build-test": "tsc -p test",
    "mocha": "mocha",
    "test": "npm run build-test && npm run mocha",
    "istanbul": "istanbul cover node_modules/.bin/_mocha",
    "coverage": "npm run build-test && npm run istanbul",
    "coveralls": "coveralls < coverage/lcov.info",
    "clean": "find lib test -name '*.js' -delete && rm -rf coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/programble/careen.git"
  },
  "keywords": [
    "sql",
    "schema",
    "migration"
  ],
  "author": "Curtis McEnroe <curtis@cmcenroe.me> (http://cmcenroe.me)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/programble/careen/issues"
  },
  "homepage": "https://github.com/programble/careen",
  "dependencies": {
    "bluebird": "^2.9.14",
    "chalk": "^1.0.0",
    "minimist": "^1.1.1",
    "ramda": "^0.15.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.13",
    "mocha": "^2.2.1",
    "mock-fs": "^2.7.0",
    "pg": "^4.3.0",
    "sinon": "^1.14.1",
    "sqlite3": "^3.0.5",
    "typescript": "^1.5.0-beta"
  },
  "_resolved": "https://registry.npmjs.org/careen/-/careen-0.1.1.tgz",
  "_integrity": "sha1-KYoBy+QsowU0GzK9RunOAT7AZbM=",
  "_from": "careen@0.1.1"
}
