nebulab-dropbox
Version:
Client library for the Dropbox API
54 lines (53 loc) • 1.5 kB
JSON
{
"name": "nebulab-dropbox",
"version": "1.0.0",
"description": "Client library for the Dropbox API",
"keywords": ["dropbox", "filesystem", "storage"],
"homepage": "https://github.com/nebulab-io/dropbox-js",
"author": "Victor Costan <victor@costan.us> (http://www.costan.us)",
"license": "MIT",
"contributors": [
"Aakanksha Sarda <aaki@mit.edu>"
],
"repository": {
"type": "git",
"url": "https://github.com/nebulab-io/dropbox-js.git"
},
"bugs": {
"url": "https://github.com/nebulab-io/dropbox-js/issues"
},
"engines": {
"node": ">= 0.6"
},
"dependencies": {
"open": ">= 0.0.5",
"xhr2": ">= 0.0.7"
},
"devDependencies": {
"async": ">= 0.9.0",
"chai": ">= 1.9.1",
"codo": "git+https://github.com/pwnall/codo#npm-themes",
"codo-theme-yaml": "git+https://github.com/pwnall/codo-theme-yaml",
"coffee-script": ">= 1.7.1",
"cordova": ">= 3.5.0-0.2.4",
"fs-extra": ">= 0.9.1",
"express": ">= 4.4.1",
"glob": ">= 4.0.2",
"js-yaml": ">= 3.0.2",
"mocha": "git+https://github.com/pwnall/mocha.git#web-workers-2",
"mustache": ">= 0.8.1",
"sinon": ">= 1.10.2",
"sinon-chai": ">= 2.5.0",
"string": ">= 1.8.1",
"source-map-support": ">= 0.2.6",
"uglify-js": ">= 2.4.13",
"watch": ">= 0.10.0"
},
"main": "lib/dropbox.js",
"directories": {
"doc": "doc",
"lib": "lib",
"src": "src",
"test": "test"
}
}