{
  "name": "ember-publisher",
  "version": "0.0.7",
  "description": "This is a micro-lib designed to help unify s3 publishing for Ember and related Ember projects.",
  "main": "index.js",
  "scripts": {
    "test": "mocha tests/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rondale-sc/ember-publisher.git"
  },
  "keywords": [
    "ember"
  ],
  "author": "Jonathan Jackson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rondale-sc/ember-publisher/issues"
  },
  "homepage": "https://github.com/rondale-sc/ember-publisher",
  "devDependencies": {
    "mocha": "~1.20.1"
  },
  "dependencies": {
    "aws-sdk": "^2.0.9"
  }
}
