UNPKG
box-chrome-sdk
Version:
latest (0.1.1)
0.1.1
0.1.0
A Chrome App SDK for the Box V2 API
github.com/box/Chrome-App-SDK
box/Chrome-App-SDK
box-chrome-sdk
/
demo
/
box_app
/
bower_components
/
angular-rx
/
bower.json
23 lines
(22 loc)
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name"
:
"rx-angular"
,
"version"
:
"0.0.5"
,
"main"
:
"rx.angular.js"
,
"dependencies"
:
{
"Rx"
:
"*"
}
,
"ignore"
:
[
".*"
,
"*.bat"
,
"*.md"
,
"*.min.*"
,
"*.txt"
,
"*.log"
,
"package.json"
,
"node_modules"
,
"doc"
,
"examples"
,
"src"
,
"tests"
]
}