{
  "name": "loopback-component-storage",
  "description": "Loopback Storage Service",
  "version": "1.6.1",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
  },
  "dependencies": {
    "pkgcloud": "^1.1.0",
    "async": "^0.9.0",
    "formidable": "^1.0.16"
  },
  "devDependencies": {
    "express": "^4.11.0",
    "loopback": "^2.10.0",
    "mocha": "^2.1.0",
    "supertest": "^0.15.0",
    "mkdirp": "^0.5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop/loopback-component-storage.git"
  },
  "license": "Artistic-2.0",
  "optionalDependencies": {
    "sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.6.1"
  }
}
