forked from publiclab/mapknitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 2 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
{
"name": "mapknitter",
"version": "1.0.0",
"main": "app/assets/javascripts/application.js",
"repository": "https://github.com/publiclab/mapknitter",
"author": "Public Lab contributors <web@publiclab.org>",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"blueimp-canvas-to-blob": "blueimp/JavaScript-Canvas-to-Blob#>=2.1.1",
"blueimp-file-upload": "blueimp/jQuery-File-Upload#~9.22.1",
"blueimp-load-image": "blueimp/JavaScript-Load-Image#>=1.13.0",
"blueimp-tmpl": "blueimp/JavaScript-Templates#2.5.4",
"bootstrap": "twbs/bootstrap#^4.3.1",
"cartagen": "jywarren/cartagen#*",
"components-jqueryui": "components/jqueryui#^1.12.1",
"decompress-zip": "0.2.1",
"exif-js": "jseidelin/exif-js#*",
"glfx-js": "jywarren/glfx.js#*",
"image-sequencer": "publiclab/image-sequencer#~1.4.0",
"ion-rangeslider": "ionDen/ion.rangeslider#~2.3.0",
"jquery": "jquery/jquery-dist#^3.4.1",
"jquery-ui": "components/jqueryui#^1.12.1",
"jquery-ujs": "rails/jquery-ujs#~1.0.4",
"junction": "theleagueof/junction#*",
"leaflet": "Leaflet/Leaflet#^1.0.0",
"leaflet-dist": "vperron/leaflet-dist#0.7.x",
"leaflet-draw": "Leaflet/Leaflet.draw#0.2.4",
"leaflet-distortableimage": "0.7.7",
"leaflet-easybutton": "^2.4.0",
"leaflet-environmental-layers": "^1.3.6",
"leaflet-fullhash": "^1.0.0",
"leaflet-illustrate": "manleyjster/Leaflet.Illustrate#31d7daa42fb140c063c4a9d9ccf13a279bb1b8d7",
"leaflet-omnivore": "mapbox/leaflet-omnivore#~0.3.2",
"leaflet-providers": "leaflet-extras/leaflet-providers#1.0.6",
"leaflet-spin": "^1.1.0",
"modalbox": "okonet/modalbox#*",
"ol2": "openlayers/ol2#release-2.13.1",
"popper": "^1.0.1",
"prototypejs-bower": "plynchnlm/prototypejs-bower#1.7.3",
"sparklines": "mariusGundersen/sparkline#~1.2.0",
"spin.js": "fgnass/spin.js#^2.3.1",
"webgl-distort": "jywarren/webgl-distort#*"
},
"engines": {
"yarn": ">= 1.0.0"
},
"devDependencies": {}
}