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
/
notifications
/
bower_components
/
Box-Chrome-SDK
/
lib
/
crypto.js
2 lines
(1 loc)
•
88 B
JavaScript
View Raw
1
2
angular.
module
(
'crypto'
, []).
factory
(
'crypto'
,
function
(
) {
return
window
.
CryptoJS
; });