-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 850 Bytes
/
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
{
"name": "@recogito/mirador-annotorious",
"version": "0.1.0",
"description": "An annotation plugin to the Mirador IIIF multi-image viewer based on Annotorious",
"dependencies": {
"@recogito/annotorious-openseadragon": "^2.6.0",
"mirador": "^3.3.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"parcel": "^2.0.1"
},
"scripts": {
"start": "parcel serve ./index.html",
"build": "parcel build ./index.html",
"postinstall": "sed -i 's/fetch(/fetch.bind(window)(/g' ./node_modules/mirador/dist/es/src/state/sagas/iiif.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/recogito/mirador-annotorious.git"
},
"keywords": [
"Mirador",
"IIIF",
"Annotation",
"ImageAnnotation"
],
"author": "Rainer Simon",
"license": "BSD-3-Clause"
}