forked from esconie/dropbox-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
51
52
{
"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.6"
},
"devDependencies": {
"async": ">= 0.2.9",
"chai": ">= 1.6.1",
"codo": ">= 1.7.0",
"coffee-script": ">= 1.6.3",
"fs-extra": ">= 0.6.1",
"express": ">= 3.2.6",
"glob": ">= 3.2.1",
"mocha": "git+https://github.com/pwnall/mocha.git#web-workers-2",
"sinon": ">= 1.7.3",
"sinon-chai": ">= 2.4.0",
"source-map-support": ">= 0.1.5",
"uglify-js": ">= 2.3.6",
"watch": ">= 0.8.0"
},
"main": "lib/dropbox.js",
"directories": {
"doc": "doc",
"lib": "lib",
"src": "src",
"test": "test"
},
"scripts": {
"prepublish": "node node_modules/coffee-script/bin/cake build",
"test": "node node_modules/coffee-script/bin/cake test"
}
}