box-view
Version:
A node client for the Box View API
44 lines (43 loc) • 925 B
JSON
{
"name": "box-view",
"version": "2.0.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.8",
"extend": "^1.2.1",
"form-data": "^0.2.0",
"hyperquest": "^1.2.0"
},
"devDependencies": {
"nock": "^0.42.3",
"tape": "^2.13.2"
}
}