forked from openlp/openlp
25 lines
607 B
JSON
25 lines
607 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",
|
|
"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"
|
|
},
|
|
"author": "OpenLP Developers",
|
|
"license": "GPL-3.0-or-later"
|
|
}
|