{
  "name": "node-box-sdk",
  "version": "0.1.8",
  "description": "Node.js Box SDK",
  "main": "box.js",
  "scripts": {
    "test": "echo \"Error: Configure Tests Before Running\" && exit 1"
  },
  "author": "Cydney Auman",
  "license": "MIT",
   "repository": {
    "type": "git",
    "url": "https://github.com/cydneymikel/node-box-sdk"
  },
  "dependencies": {
    "async": "^1.2.0",
    "lodash": "^3.8.0",
    "superagent": "^1.2.0"
  },
  "devDependencies": {
    "casper": "^0.1.1",
    "casperjs": "^1.1.0-beta3",
    "chai": "^2.3.0",
    "cookie-parser": "^1.3.5",
    "express": "^4.13.0",
    "hapi": "^8.6.1",
    "mocha": "^2.2.4"
  },
  "keywords": [
    "Box",
    "Box API",
    "File Sharing"
  ]
}