{
  "name": "anthpack",
  "description": "anthpack",
  "version": "4.0.3",
  "homepage": "https://github.com/changyou/anthpack",
  "author": {
    "name": "bitdewy",
    "email": "bitdewy@gmail.com",
    "url": "http://bitdewy.me"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/changyou/anthpack.git"
  },
  "bugs": {
    "url": "https://github.com/changyou/anthpack/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/changyou/anthpack/blob/master/LICENSE"
    }
  ],
  "main": "lib/anthpack",
  "scripts": {
    "test": "grunt nodeunit"
  },
  "dependencies": {
    "anthart": "^1.3.1",
    "async": "~0.9.0",
    "aws-sdk": "~2.0.11",
    "exif": "~0.4.0",
    "jszip": "~2.4.0",
    "lodash": "~2.4.1",
    "mkdirp": "~0.5.0",
    "node-uuid": "~1.4.1",
    "properties-parser": "~0.2.3",
    "xml2js": "~0.4.4"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt": "~0.4.5",
    "load-grunt-tasks": "~0.6.0",
    "grunt-contrib-clean": "~0.6.0"
  },
  "keywords": [],
  "config": {
    "blanket": {
      "pattern": "//^((?!(node_modules|test)).)*$/"
    },
    "travis-cov": {
      "threshold": 90
    }
  }
}
