-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
62 lines (62 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "viewer",
"version": "0.11.1",
"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"
}
}