-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 807 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 807 Bytes
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
{
"name": "filefog-box",
"version": "0.0.6",
"description": "box.net provider for filefog",
"author": "Jason Kulatunga <jason@thesparktree.com>",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": "git://github.com/filefog/filefog-box.git",
"homepage": "http://github.com/filefog/filefog-box",
"license": "MIT",
"devDependencies": {
"mocha": "^1.20.0",
"should": "^4.0.0",
"sinon": "^1.10.1",
"filefog-provider-tests": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"dependencies": {
"node.extend": "^1.0.10",
"oauth": "^0.9.12",
"q": "^1.0.1",
"request": "^2.39.0",
"winston": "^0.7.3"
},
"keywords": [
"orm",
"filefog",
"provider",
"wrapper",
"box.net",
"box"
]
}