UNPKG

viewer

Version:

A viewer for documents converted with the Box View API

63 lines (62 loc) 1.61 kB
{ "name": "viewer", "version": "0.10.11", "description": "A viewer for documents converted with the Box View API", "author": "Cameron Lakenen <lakenen@box.com>", "contributors": [ "Nicholas Silva <nes@box.com>" ], "main": "dist/crocodoc.viewer.js", "repository": { "type": "git", "url": "git://github.com/box/viewer.js.git" }, "scripts": { "test": "node_modules/.bin/grunt test" }, "keywords": [ "box", "box view", "crocodoc", "view api", "viewer", "viewerjs" ], "homepage": "https://github.com/box/viewer.js", "bugs": { "url": "https://github.com/box/viewer.js/issues" }, "licenses": [ { "type": "Apache-2.0", "url": "https://github.com/box/viewer.js/blob/master/LICENSE" } ], "dependencies": {}, "devDependencies": { "event-source-polyfill": "0.0.1", "grunt": "^0.4.5", "grunt-bump": "^0.3.0", "grunt-cli": "~0.1.10", "grunt-connect-rewrite": "^0.2.1", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-connect": "^0.9.0", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-cssmin": "^0.12.2", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-qunit": "^0.5.2", "grunt-contrib-uglify": "^0.8.0", "grunt-editor": "^0.1.0", "grunt-file-info": "^1.0.8", "grunt-git": "^0.3.2", "grunt-image-embed": "^0.3.1", "grunt-jsdoc": "~0.5.1", "grunt-parallel": "^0.4.1", "grunt-text-replace": "^0.4.0", "jquery": "^1.11.2", "qunit-parameterize": "^0.4.0", "qunitjs": "^1.14.0", "sinon": "^1.10.2", "sinon-qunit": "^2.0.0" } }