{
  "name": "tractor-plugin-loader",
  "version": "0.6.4",
  "author": "Craig Spence <craigspence0@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/phenomnomnominal/tractor-plugin-loader.git"
  },
  "bugs": {
    "url": "https://github.com/phenomnomnominal/tractor-plugin-loader/issues",
    "email": "craigspence0@gmail.com"
  },
  "main": "dist/index.js",
  "watch": {
    "build": "src/**/*.js"
  },
  "scripts": {
    "prepublish": "npm run build",
    "build": "npm run lint && npm run cover && npm run compile",
    "compile": "babel src/ --out-dir dist --ignore *.spec.js",
    "cover": "istanbul cover --config .istanbulrc.json node_modules/mocha/bin/_mocha -- --opts ./.mocharc src/*.spec.js",
    "lint": "eslint src/**/*.js; true",
    "test": "mocha --opts ./.mocharc src/*.spec.js",
    "watch": "npm-watch"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.10"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "dirty-chai": "^2.0.1",
    "eslint": "^4.8.0",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^4.0.1",
    "npm-watch": "^0.3.0",
    "sinon": "^4.0.1",
    "sinon-chai": "^2.14.0",
    "tractor-error-handler": "^0.2.4",
    "tractor-logger": "^0.1.1"
  },
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "camel-case": "^3.0.0",
    "param-case": "^2.1.1",
    "title-case": "^2.1.1"
  },
  "peerDependencies": {
    "tractor": "^0.12.1"
  }
}
