{
  "name": "azure-storage",
  "author": "Microsoft Corporation",
  "version": "2.5.0",
  "description": "Microsoft Azure Storage Client Library for Node.js",
  "typings": "typings/azure-storage/azure-storage.d.ts",
  "tags": [
    "azure",
    "storage",
    "sdk"
  ],
  "keywords": [
    "node",
    "azure",
    "storage"
  ],
  "main": "./lib/azure-storage.js",
  "engines": {
    "node": ">= 0.8.26"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "browserify-mime": "~1.2.9",
    "extend": "~1.2.1",
    "json-edm-parser": "0.1.2",
    "md5.js": "1.3.4",
    "readable-stream": "~2.0.0",
    "request": "~2.81.0",
    "underscore": "~1.8.3",
    "uuid": "^3.0.0",
    "validator": "~3.35.0",
    "xml2js": "0.2.7",
    "xmlbuilder": "0.4.3"
  },
  "devDependencies": {
    "browserify": "^13.3.0",
    "batchflow": "0.4.0",
    "coveralls": "^2.11.4",
    "factor-bundle": "^2.5.0",
    "grunt": "~0.4.2",
    "grunt-contrib-jshint": "~0.11.0",
    "grunt-devserver": "^0.6.0",
    "grunt-jsdoc": "~2.1.0",
    "grunt-mocha": "^0.4.12",
    "grunt-mocha-test": "^0.12.7",
    "grunt-nsp": "^2.3.1",
    "ink-docstrap": "^1.3.0",
    "istanbul": "^0.3.22",
    "jshint": ">= 2.1.4",
    "mocha": ">= 1.18.0",
    "mocha-lcov-reporter": "^1.0.0",
    "nock": "0.16",
    "nsp": "^2.2.0",
    "should": "1.2.x"
  },
  "homepage": "http://github.com/Azure/azure-storage-node",
  "repository": {
    "type": "git",
    "url": "git@github.com:Azure/azure-storage-node.git"
  },
  "bugs": {
    "url": "http://github.com/Azure/azure-storage-node/issues"
  },
  "scripts": {
    "check": "jshint lib && nsp check",
    "test": "jshint lib && nsp check && mocha --no-timeouts --recursive test",
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec -u bdd --no-timeouts --recursive test",
    "coveralls": "npm run cover && cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js",
    "genjs": "node ./browser/bundle.js"
  }
}
