Files
cdnjs/ajax/libs/dropbox.js/package.json
T

37 lines
687 B
JSON

{
"name": "dropbox.js",
"filename": "dropbox.min.js",
"version": "0.10.3",
"description": "Client library for the Dropbox API",
"homepage": "https://dropbox.com/developers",
"keywords": [
"dropbox",
"filesystem",
"storage"
],
"maintainers": [
{
"name": "Victor Costan",
"email": "victor@costan.us",
"web": "http://www.costan.us"
}
],
"npmName": "dropbox",
"npmFileMap": [
{
"basePath": "/lib/",
"files": [
"dropbox.js",
"dropbox.min.js",
"dropbox.min.map"
]
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/dropbox/dropbox-js"
}
]
}