forked from publiclab/Leaflet.DistortableImage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 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
{
"name": "leaflet-distortableimage",
"version": "0.4.4",
"description": "Leaflet plugin enabling image overlays to be distorted, stretched, and warped (built for Public Lab's MapKnitter: http://publiclab.org).",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "dist/leaflet.distortableimage.js",
"repository": {
"type": "git",
"url": "https://github.com/publiclab/Leaflet.DistortableImage.git"
},
"keywords": [
"leaflet",
"mapknitter",
"rubbersheeting",
"maps"
],
"directories": {
"examples": "./examples",
"distribution": "./dist",
"source": "./src",
"tests": "./test"
},
"author": "Anish Shah, Jeff Warren, Justin Manley",
"license": "MIT",
"bugs": {
"url": "https://github.com/publiclab/Leaflet.DistortableImage/issues"
},
"homepage": "https://github.com/publiclab/Leaflet.DistortableImage",
"dependencies": {
"grunt-cli": "^1.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"exif-js": "^2.3.0",
"glfx": "0.0.4",
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^3.0.1",
"jquery": "~> 3.4.0",
"karma": "^4.1.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"leaflet": "^1.5.1",
"leaflet-toolbar": "^0.3.0",
"matchdep": "^2.0.0",
"mocha": "^6.0.0",
"phantomjs-prebuilt": "^2.1.16",
"sinon": "^7.2.4",
"webgl-distort": "0.0.2"
}
}