forked from esconie/dropbox-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
53
54
55
56
57
{
"name": "dropbox",
"version": "0.10.3",
"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.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"
},
"scripts": {
"prepublish": "node node_modules/coffee-script/bin/cake build",
"test": "node node_modules/coffee-script/bin/cake test"
}
}