forked from lakenen/node-box-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 925 Bytes
/
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": "box-view",
"version": "1.2.0",
"description": "A node client for the Box View API",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/tape test/box-view-test.js",
"api-test": "node_modules/.bin/tape test/api-test.js"
},
"browser": {
"form-data": false,
"stream": false
},
"keywords": [
"box",
"box view",
"box view api",
"view api",
"crocodoc",
"viewer.js"
],
"author": "Cameron Lakenen <lakenen@box.com>",
"repository": {
"type": "git",
"url": "git://github.com/lakenen/node-box-view.git"
},
"license": [
{
"type": "MIT",
"url": "https://github.com/lakenen/node-box-view/blob/master/LICENSE"
}
],
"dependencies": {
"concat-stream": "^1.4.6",
"extend": "^1.2.1",
"form-data": "^0.1.4",
"hyperquest": "^0.3.0"
},
"devDependencies": {
"nock": "^0.42.3",
"tape": "^2.13.2"
}
}