box-chrome-sdk
Version:
A Chrome App SDK for the Box V2 API
24 lines (23 loc) • 632 B
JSON
{
"name": "box_notifications_extension",
"version": "0.0.0",
"description": "Chrome extension for getting notifications when an event occurs in your Box account.",
"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-contrib-jshint": "^0.10.0",
"grunt-eslint": "^0.6.0"
}
}