{
  "name": "dropbox",
  "version": "0.9.2",
  "description": "Client library for the Dropbox API",
  "keywords": [
    "dropbox",
    "filesystem",
    "storage"
  ],
  "homepage": "https://github.com/dropbox/dropbox-js",
  "author": {
    "name": "Victor Costan",
    "email": "victor@costan.us",
    "url": "http://www.costan.us"
  },
  "license": "MIT",
  "contributors": [
    {
      "name": "Aakanksha Sarda",
      "email": "aaki@mit.edu"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dropbox/dropbox-js.git"
  },
  "bugs": {
    "url": "https://github.com/dropbox/dropbox-js/issues"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "dependencies": {
    "open": ">= 0.0.3",
    "xhr2": ">= 0.0.5"
  },
  "devDependencies": {
    "async": ">= 0.2.5",
    "chai": ">= 1.5.0",
    "codo": ">= 1.5.6",
    "coffee-script": ">= 1.6.2",
    "express": ">= 3.1.0",
    "glob": ">= 3.1.21",
    "mocha": "git://github.com/pwnall/mocha.git#web-workers",
    "remove": ">= 0.1.5",
    "sinon": ">= 1.6.0",
    "sinon-chai": ">= 2.3.1",
    "uglify-js": ">= 2.2.5"
  },
  "main": "lib/dropbox.js",
  "directories": {
    "doc": "doc",
    "lib": "lib",
    "src": "src",
    "test": "test"
  },
  "scripts": {
    "prepublish": "node_modules/coffee-script/bin/cake build",
    "test": "node_modules/coffee-script/bin/cake test"
  },
  "readme": "# Client Library for the Dropbox API\n\nThis is a JavaScript client library for the Dropbox API,\n[written in CoffeeScript](./doc/coffee_faq.md), suitable for use in both modern\nbrowsers and in server-side code running under [node.js](http://nodejs.org/).\n\n\n## Supported Platforms\n\nThis library is tested against the following JavaScript platforms.\n\n* [node.js](http://nodejs.org/) 0.6, 0.8 and 0.10\n* [Chrome](http://www.google.com/chrome) 25\n* [Firefox](http://www.mozilla.org/firefox) 19\n* [Internet Explorer](https://github.com/xdissent/ievms) 9 and 10\n* [Chrome extensions](http://developer.chrome.com/extensions) in the Chrome\n  browser mentioned above\n* [Chrome packaged apps](http://developer.chrome.com/apps/) in the Chrome\n  browser mentioned above\n* [Cordova](http://cordova.apache.org/) 2.5\n\nKeep in mind that the versions above are not hard requirements.\n\n\n## Installation and Usage\n\nThe [getting started guide](./doc/getting_started.md) will help you get your\nfirst dropbox.js application up and running.\n\nThe [code snippets doc](./doc/snippets.md) contains some JavaScript fragments\nthat may be useful in the latter stages of application development. The\n[sample apps](./samples/) source code can be useful as a scaffold or as an\nillustration of how all the pieces fit together.\n\nThe\n[dropbox.js API reference](http://coffeedoc.info/github/dropbox/dropbox-js/master/class_index.html)\ncan be a good place to bookmark while building your application.\n\nIf you run into a problem, take a look at\n[the dropbox.js GitHub issue list](https://github.com/dropbox/dropbox-js/issues).\nPlease [open a new issue](https://github.com/dropbox/dropbox-js/issues/new)\nif your problem wasn't already reported.\n\n\n## Versioning\n\nThis project mostly follows semantic versioning.\n\nUntil the library reaches version 1.0, changes to the public API will always\ncarry a minor version bump, such as going from 0.7.2 to 0.8.0. Patch releases\n(e.g. 0.8.0 -> 0.8.1) may introduce new features that don't break the public\nAPI.\n\n\n## Development\n\nThis library is written in CoffeeScript. [This document](./doc/coffee_faq.md)\ncan help you understand if that matters to you.\n\nThe [development guide](./doc/development.md) will make your life easier if you\nneed to change the source code.\n\n\n## Platform-Specific Issues\n\nThis lists the most serious problems that you might run into while using\n`dropbox.js`. See\n[the GitHub issue list](https://github.com/dropbox/dropbox-js/issues) for a\nfull list of outstanding problems.\n\n### Internet Explorer 9\n\nThe library only works when used from `https://` pages, due to\n[these issues](http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx).\n\nReading and writing binary files is unsupported.\n\nAt the moment, there are no plans for fixing these issues.\n\n\n## Copyright and License\n\nThe library is Copyright (c) 2012 Dropbox Inc., and distributed under the MIT\nLicense.\n",
  "readmeFilename": "README.md",
  "_id": "dropbox@0.9.2",
  "_shasum": "b516a0483d136c16dd52acf729687e87578425cb",
  "_resolved": "https://registry.npmjs.org/dropbox/-/dropbox-0.9.2.tgz",
  "_from": "https://registry.npmjs.org/dropbox/-/dropbox-0.9.2.tgz"
}
