forked from openlp/openlp
471ab7923d
I don't know what you would need it for, but the manual position setting in the theme currently only works for the footer, won't be a hassle to do for main though.
30 lines
734 B
JSON
30 lines
734 B
JSON
{
|
|
"name": "openlp",
|
|
"version": "2.5.1",
|
|
"description": "OpenLP is free church worship presentation software",
|
|
"repository": "lp:openlp",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"dependencies": {
|
|
"jasmine-core": "^2.6.4",
|
|
"jshint": "^2.10.2",
|
|
"karma": "^3.1.4",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-coverage": "^1.1.2",
|
|
"karma-firefox-launcher": "^1.2.0",
|
|
"karma-jasmine": "^1.1.0",
|
|
"karma-junit-reporter": "^1.2.0",
|
|
"karma-log-reporter": "0.0.4"
|
|
},
|
|
"scripts": {
|
|
"test": "karma start --single-run",
|
|
"lint": "jshint openlp/core/display/html/display.js"
|
|
},
|
|
"jshintConfig": {
|
|
"esversion": 6
|
|
},
|
|
"author": "OpenLP Developers",
|
|
"license": "GPL-3.0-or-later"
|
|
}
|