libreoffice-online/loleaflet/package.json
Miklos Vajna 655915da05 leaflet: bundle timeago JS module
And start using it in DocumentRepair.

Change-Id: I8d2b8af4d2e0dcc7cf8082c9d7adbc633df1c387
2016-09-30 17:12:01 +02:00

64 lines
1.5 KiB
JSON

{
"name": "loleaflet",
"version": "0.8.0-dev",
"description": "LibreOffice online front-end",
"//": "Add following devDependencies when required",
"//": "happen: ~0.1.3",
"//": "karma: ~0.12.31",
"//": "karma-chrome-launcher: ^0.1.7",
"//": "karma-coverage: ~0.2.7",
"//": "karma-firefox-launcher: ~0.1.4",
"//": "karma-mocha: ~0.1.10",
"//": "karma-phantomjs-launcher: ^0.1.4",
"//": "karma-safari-launcher: ~0.1.1",
"//": "mocha: ~2.1.0",
"//": "ws: ~0.7.2",
"devDependencies": {
"bootstrap": "3.3.6",
"browserify": "^13.1.0",
"browserify-css": "^0.9.1",
"d3": "3.5.17",
"devtools-detect": "2.1.1",
"eslint": "^2.8.0",
"evol-colorpicker": "3.2.6",
"exorcist": "0.4.0",
"jake": "~8.0.10",
"jquery": "2.2.4",
"jquery-contextmenu": "2.2.3",
"jquery-ui": "1.10.5",
"json-js": "1.1.2",
"l10n-for-node": "0.0.1",
"malihu-custom-scrollbar-plugin": "3.1.3",
"select2": "4.0.1",
"shrinkpack": "^0.13.1",
"smartmenus": "1.0.0",
"timeago": "1.5.3",
"uglify-js": "~2.4.16",
"uglifyify": "3.0.2",
"vex-js": "2.3.2",
"w2ui": "1.4.3"
},
"browser": {
"loleaflet": "./dist/leaflet-src.js"
},
"browserify": {
"transform": [
"browserify-css"
]
},
"main": "main.js",
"style": "main.css",
"scripts": {
"test": "jake test"
},
"repository": {
"type": "git",
"url": "git://gerrit.libreoffice.org/online.git"
},
"keywords": [
"office",
"libreoffice",
"lool"
],
"license": "BSD-2-Clause"
}