libreoffice-online/loleaflet/package.json
Pranav Kant 3a10c48013 loleaflet: new dependency - autolinker - link what can be linked
... in annotations. Emails, phone numbers, email address and what not.
We are not sending the generated markup, eg: the html <a> tags back to
LO core, only the representation in the UI is linkified.

Autolinker license: MIT
https://www.npmjs.com/package/autolinker

Change-Id: I8df3676a9eb6122884defb6bc3da87d30f993b04
2017-04-24 20:31:06 +05:30

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": {
"autolinker": "1.4.3",
"bootstrap": "3.3.6",
"browserify": "^13.1.0",
"browserify-css": "^0.9.1",
"d3": "3.5.17",
"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"
}