UNPKG

box-chrome-sdk

Version:

A Chrome App SDK for the Box V2 API

23 lines (22 loc) 570 B
{ "name": "upload_to_box_extension", "version": "0.0.0", "description": "Chrome extension for adding an upload to Box context menu option.", "main": "Gruntfile.js", "directories": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/box/Chrome-App-SDK.git" }, "author": "Box", "license": "Apache 2.0", "devDependencies": { "grunt": "^0.4.5", "grunt-bower-concat": "^0.2.5", "grunt-contrib-concat": "^0.4.0", "grunt-eslint": "^0.6.0" } }