{
  "name": "tutoaster",
  "version": "0.2.0",
  "description": "Rapidly toast your tutorials for publishing",
  "main": "dist/index.js",
  "scripts": {
    "test": "node ./node_modules/.bin/mocha --compilers js:babel-core/register",
    "build": "babel -d dist/ src/ --source-maps inline --ignore node_modules",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/channikhabra/tutoaster"
  },
  "author": "ckhabra@gmail.com (https://channikhabra.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/channikhabra/tutoaster/issues"
  },
  "homepage": "https://github.com/channikhabra/tutoaster",
  "bin": {
    "tutoaster": "dist/bin/tutoaster.js"
  },
  "dependencies": {
    "commander": "^2.9.0",
    "lodash": "^3.10.1",
    "ramda": "^0.18.0",
    "rx": "^4.0.7",
    "winston": "^2.1.1"
  },
  "devDependencies": {
    "babel-core": "^6.3.13",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "chai": "^3.4.1",
    "fs-extra": "^0.26.2",
    "mocha": "^2.3.4",
    "mocha-lcov-reporter": "^1.0.0",
    "mockery": "^1.4.0",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0"
  }
}
