box-chrome-sdk
Version:
A Chrome App SDK for the Box V2 API
45 lines (44 loc) • 1.13 kB
JSON
{
"name": "box-chrome-sdk",
"version": "0.1.1",
"description": "A Chrome App SDK for the Box V2 API",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/box/Chrome-App-SDK.git"
},
"author": "Box",
"license": "Apache License 2.0",
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-bower-concat": "^0.2.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^0.6.0",
"grunt-jsdox": "^0.1.5",
"grunt-karma": "^0.8.3",
"grunt-mkdir": "^0.1.2",
"grunt-wrap": "^0.3.0",
"karma": "^0.12.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.4",
"karma-sauce-launcher": "^0.2.10",
"karma-sinon-chai": "^0.2.0",
"mocha": "^1.20.1",
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0"
},
"dependencies": {}
}