box-view-api
Version:
Box View API, node.js client library
48 lines (47 loc) • 888 B
JSON
{
"name": "box-view-api",
"version": "0.1.1-rc3",
"description": "Box View API, node.js client library",
"keywords": [
"crocodoc",
"box",
"box-view",
"library",
"client",
"api"
],
"license": "MIT",
"author": {
"name": "NetDev Ltd",
"email": "support@netdev.co.uk"
},
"contributors": [
{
"name": "Mike Bardzinski",
"email": "mike.bardzinski@netdev.co.uk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/NetDevLtd/node-box-view-api.git"
},
"private": false,
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"underscore": "1.3.3",
"soak": "0.3.0",
"request": "2.11.4",
"form-data": "0.0.4"
},
"devDependencies": {
"jshint": "~2.1.9",
"mocha": "~1.12.0",
"chai": "~1.6.1"
},
"main": "./index.js",
"scripts": {
"test": "make test"
}
}