box-chrome-sdk
Version:
A Chrome App SDK for the Box V2 API
33 lines (32 loc) • 662 B
JSON
{
"name": "box_for_chrome",
"version": "0.0.0",
"authors": [
"Jeffrey Meadows <jmeadows@box.com>"
],
"description": "Chrome app for exploring your Box account.",
"keywords": [
"box",
"chrome"
],
"license": "Apache 2.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Rx": "~2.2.27",
"moment": "~2.7.0",
"angular-rx": "~0.0.5",
"angular": "~1.2.19",
"angular-route": "~1.2.20",
"angular-sanitize": "~1.2.20",
"bootstrap-css-only": "~3.2.0",
"angular-bootstrap": "~0.11.0",
"box-chrome-sdk": "~0.1.1"
}
}