338563ab45
Updated shrinkpack to work with (relatively) new versions of npm: https://github.com/JamieMason/shrinkpack/issues/83 The new version stores the tars in the 'archived-packages' folder and not the 'node_shrinkwrap' one, that's why there are so many files in the diff. Change-Id: Iebcadaeee0e27f831b7ff16a50819a908e7f05a6 Reviewed-on: https://gerrit.libreoffice.org/69878 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
42 lines
959 B
JSON
42 lines
959 B
JSON
{
|
|
"name": "loleaflet",
|
|
"version": "0.8.0-dev",
|
|
"description": "LibreOffice online front-end",
|
|
"devDependencies": {
|
|
"@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": "2.3.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://gerrit.libreoffice.org/online.git"
|
|
},
|
|
"keywords": [
|
|
"office",
|
|
"libreoffice",
|
|
"lool"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"npm": "^3.10.3"
|
|
}
|
|
}
|