{
  "name": "asset-server",
  "version": "0.1.61",
  "description": "A lean RESTful Amazon S3-like asset server that supports subdomain buckets, content hashing and versioning, streaming files directly to the the local filesystem.",
  "author": {
    "name": "Applied Research and Development",
    "email": "info@aprnd.com"
  },
  "maintainers": [
    {
      "name": "Juho Hietala",
      "email": "juho.hietala@aprnd.com"
    }
  ],
  "engines": {
    "node": ">= 0.10.21"
  },
  "repository": {
    "type" : "git",
    "url" : "http://github.com/aprnd/asset-server.git"
  },
  "readmeFilename": "README.md",
  "dependencies": {
    "restify": "~2.8.4",
    "mongoose": "~3.8.21",
    "nconf": "~0.7.1",
    "bcrypt": "~0.8.0",
    "async": "~0.9.0",
    "tldjs": "~1.5.2",
    "winston": "~0.8.3",
    "node-uuid": "~1.4.2",
    "asset-server-client": "~0.1.59"
  }
}
