box-chrome-sdk
Version:
A Chrome App SDK for the Box V2 API
30 lines (29 loc) • 591 B
JSON
{
"name": "box_notifications_extension",
"version": "0.0.0",
"authors": [
"Jeffrey Meadows <jmeadows@box.com>"
],
"description": "Chrome extension for getting notifications when an event occurs in your Box account.",
"keywords": [
"box",
"chrome",
"events"
],
"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.3.6",
"box-chrome-sdk": "~0.1.1"
}
}