forked from Thermatix/boxSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (42 loc) · 1.03 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
{
"name" : "boxsdk",
"preferGlobal" : false,
"version" : "0.2.13",
"author" : "Thermatix <[email protected]>",
"description" : "An SDK to make using the BOX API easier",
"contributors" :[],
"bin" :{},
"scripts" :{
"prepublish": "npm prune",
"test" : "echo No tests available"
},
"main" : "./lib/boxSDK",
"repository" :{
"type" : "git",
"url" : "https://github.com/Thermatix/boxSDK.git"
},
"bugs": {
"url": "http://github.com/Thermatix/boxSDK/issues"
},
"keywords" :[
"api",
"box",
"sdk",
"box.com",
"box.net"
],
"dependencies" :{
"request" : "latest",
"crypto" : "latest",
"querystring" : "latest",
"http" : "latest",
"url" : "latest",
"stream" : "latest",
"util" : "latest"
},
"analyze" : true,
"license" : "BSD",
"engines" :{
"node" : "0.10.x"
}
}