box-chrome-sdk
Version:
A Chrome App SDK for the Box V2 API
30 lines (29 loc) • 635 B
JSON
{
"name": "box-sdk-on-node",
"version": "0.0.0",
"description": "Example of using the Box Chrome App SDK in a node.js app",
"main": "scripts/auth.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"box",
"node"
],
"author": "Jeff Meadows",
"license": "Apache 2.0",
"dependencies": {
"express": "^4.6.1",
"box-chrome-sdk": "*",
"angular": "^1.2.19",
"rx": "^2.2.28",
"moment": "^2.7.0",
"jsdom": "^0.11.1",
"form-data": "^0.1.4",
"argv": "0.0.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-eslint": "^0.6.0"
}
}