forked from DDMAL/diva.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.43 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "diva.js",
"version": "5.0.0",
"description": "Diva.js is a JavaScript document image viewer designed to present multi-page documents at high resolutions.",
"main": "build/js/diva.js",
"directories": {
"test": "tests"
},
"jspm": {
"files": [
"build"
],
"ignore": [
"gulpfile.js"
]
},
"scripts": {
"lint": "gulp develop:jshint",
"test": "gulp develop:test",
"trigger-tests": "karma run",
"coverage": "DIVA_ENV=coverage karma start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/DDMAL/diva.js.git"
},
"keywords": [
"images",
"viewer",
"iiif",
"iip",
"documents",
"libraries",
"archives"
],
"dependencies": {
"debug": "^2.2.0",
"jquery": "~2.1.1",
"lodash.maxby": "^4.3.0"
},
"devDependencies": {
"archiver": "^1.0.0",
"autoprefixer": "^6.3.6",
"bluebird": "^3.3.4",
"chalk": "^0.5.1",
"connect": "^3.3.5",
"connect-livereload": "^0.5.3",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"imports-loader": "^0.6.5",
"istanbul-instrumenter-loader": "^0.2.0",
"jquery-simulate": "jquery/jquery-simulate#v1.0.1",
"jshint-stylish": "^2.0.0",
"json-loader": "^0.5.4",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-qunit": "^0.1.9",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"less": "~2.4.0",
"merge-stream": "^1.0.0",
"phantomjs-prebuilt": "^2.1.3",
"postcss": "^5.0.21",
"postcss-reporter": "^1.3.3",
"qunit-assert-close": "^2.0.0",
"qunitjs": "^1.22.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.2.1",
"serve-index": "^1.7.0",
"serve-static": "^1.9.3",
"tar-fs": "^1.13.0",
"webpack": "^1.13.0",
"yargs": "^3.11.0"
},
"author": "Andrew Hankinson",
"contributors": [
{
"name": "Evan Magoni"
},
{
"name": "Wendy Liu"
},
{
"name": "Andrew Horwitz"
},
{
"name": "Laurent Pugin"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DDMAL/diva.js/issues"
},
"homepage": "https://github.com/DDMAL/diva.js"
}