forked from mejackreed/Leaflet-IIIF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 948 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
{
"name": "leaflet-iiif",
"version": "0.1.2",
"description": "A Leaflet plugin for viewing IIIF sources",
"main": "leaflet-iiif.js",
"directories": {
"example": "examples"
},
"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.4.1",
"jquery": "^2.2.2",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"leaflet": "^0.7.7",
"phantomjs-prebuilt": "^2.1.5"
}
}