-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
41 lines (41 loc) · 943 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
32
33
34
35
36
37
38
39
40
41
{
"name": "leaflet-iiif",
"version": "3.0.0",
"description": "A Leaflet plugin for viewing IIIF sources",
"main": "leaflet-iiif.js",
"directories": {
"example": "examples"
},
"files": [
"leaflet-iiif.js"
],
"scripts": {
"test": "./node_modules/.bin/karma start ./spec/karma.conf.js",
"start": "./node_modules/.bin/http-server"
},
"repository": {
"type": "git",
"url": "https://github.com/mejackreed/Leaflet-IIIF.git"
},
"keywords": [
"Leaflet",
"IIIF",
"map",
"zoom"
],
"author": "Jack Reed",
"license": "MIT",
"bugs": {
"url": "https://github.com/mejackreed/Leaflet-IIIF/issues"
},
"homepage": "https://github.com/mejackreed/Leaflet-IIIF",
"devDependencies": {
"http-server": "^0.9.0",
"jasmine": "^2.5",
"karma": "^1.3",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^1.0",
"leaflet": "^1.0",
"puppeteer": "^1.20.0"
}
}