{
  "name": "asset-ingestion",
  "private": true,
  "version": "1.0.0",
  "description": "The Orchard Asset Ingestion system built on AWS",
  "author": "The Orchard",
  "devDependencies": {
    "chai": "^3.4.1",
    "jshint": "^2.9.1-rc1",
    "mocha": "^2.3.4",
    "underscore": "^1.8.3"
  },
  "dependencies": {
    "aws-sdk": "^2.2.19"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter xunit > build/mocha.xml",
    "lint": "./node_modules/.bin/jshint --exclude ./node_modules . --reporter=jslint > build/jshint.xml || exit 0"
  }
}
