{
  "name": "confr-upload",
  "version": "0.1.3",
  "description": "Directory-to-`confr-backend` uploader",
  "author": "Nick Delitski",
  "scripts": {
    "test": "./node_modules/.bin/mocha $(find test -name '*.es6' | sort)",
    "build": "./node_modules/.bin/babel src/ -d dist/ --optional runtime",
    "prepublish": "npm test && npm run build"
  },
  "preferGlobal": true,
  "bin": {
    "confr-upload": "./bin/uploader.js"
  },
  "dependencies": {
    "babel-runtime": "^5.8.25",
    "bluebird": "^2.10.2",
    "commander": "^2.9.0",
    "lodash": "^3.10.1"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "babel": "^5.8.25",
    "mocha": "^2.3.3"
  },
  "babel": {
    "stage": 0
  },
  "license": "MIT"
}
