libreoffice-online/loleaflet/package.json
Alexandru Vlăduţu ef1669b389 loleaflet: update vex.js library
Change-Id: I6b32c6a60a27aa27eb32784bb73e40c979f67def
Reviewed-on: https://gerrit.libreoffice.org/71726
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-05-03 12:17:02 +02:00

43 lines
1.1 KiB
JSON

{
"name": "loleaflet",
"version": "0.8.0-dev",
"description": "LibreOffice online front-end",
"devDependencies": {
"@braintree/sanitize-url": "3.0.0",
"@types/jquery": "2.0.40",
"autolinker": "1.4.3",
"bootstrap": "3.3.6",
"browserify": "13.1.0",
"browserify-css": "0.9.1",
"d3": "3.5.17",
"eslint": "3.0.0",
"exorcist": "0.4.0",
"hammerjs": "2.0.8",
"jquery": "2.2.4",
"jquery-contextmenu": "2.2.3",
"jquery-mousewheel": "3.1.3",
"jquery-ui": "1.10.5",
"json-js": "1.1.2",
"l10n-for-node": "0.0.1",
"select2": "4.0.1",
"shrinkpack": "1.0.0-alpha",
"smartmenus": "1.0.0",
"uglify-js": "2.4.24",
"uglifycss": "0.0.27",
"uglifyify": "3.0.2",
"vex-js": "4.1.0"
},
"repository": {
"type": "git",
"url": "git://gerrit.libreoffice.org/online.git"
},
"keywords": [
"office",
"libreoffice",
"lool"
],
"scripts": {
"postinstall": "browserify node_modules/@braintree/sanitize-url/index.js --standalone sanitizeUrl > node_modules/@braintree/sanitize-url/dist.js"
},
"license": "BSD-2-Clause"
}