{
  "name": "to-js",
  "version": "0.0.6",
  "description": "A simple conversion library to convert one thing into something else",
  "main": "dist/to.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tjbenton/to.git"
  },
  "author": "Tyler Benton <tjbenton21@gmail.com> (https://github.com/tjbenton)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tjbenton/to/issues"
  },
  "homepage": "https://github.com/tjbenton/to#readme",
  "dependencies": {
    "babel-runtime": "^6.6.1",
    "change-case": "^2.3.1",
    "clone": "^1.0.2",
    "is_js": "^0.8.0",
    "marked": "^0.3.5"
  },
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-eslint": "^6.0.4",
    "babel-plugin-syntax-async-functions": "^6.5.0",
    "babel-plugin-transform-async-to-generator": "^6.7.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-regenerator": "^6.6.5",
    "babel-plugin-transform-runtime": "^6.6.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.6.5",
    "coveralls": "^2.11.9",
    "es6-promisify": "^4.0.0",
    "eslint": "^2.5.3",
    "eslint-plugin-babel": "^3.1.0",
    "fs-extra": "^0.30.0",
    "nyc": "^6.4.3",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-0"
    ],
    "plugins": [
      "syntax-async-functions",
      "transform-async-to-generator",
      "transform-decorators-legacy",
      "transform-regenerator",
      "transform-runtime"
    ]
  },
  "nyc": {
    "exclude": [
      "dist/**",
      "node_modules/**",
      ".*"
    ]
  }
}
