forked from esconie/dropbox-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"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": "Victor Costan <[email protected]> (http://www.costan.us)",
"license": "MIT",
"contributors": [
"Aakanksha Sarda <[email protected]>"
],
"repository": {
"type": "git",
"url": "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"
}
}