2017-10-04 07:44:08 +00:00
|
|
|
{
|
|
|
|
"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",
|
2019-10-23 20:09:37 +00:00
|
|
|
"jshint": "^2.10.2",
|
2019-01-16 06:15:21 +00:00
|
|
|
"karma": "^3.1.4",
|
2019-08-26 21:35:49 +00:00
|
|
|
"karma-chrome-launcher": "^3.1.0",
|
2019-01-16 06:15:21 +00:00
|
|
|
"karma-coverage": "^1.1.2",
|
2019-08-22 17:38:44 +00:00
|
|
|
"karma-firefox-launcher": "^1.2.0",
|
2019-08-26 21:35:49 +00:00
|
|
|
"karma-jasmine": "^1.1.0",
|
2019-08-26 22:16:45 +00:00
|
|
|
"karma-junit-reporter": "^1.2.0",
|
2019-08-22 17:38:44 +00:00
|
|
|
"karma-log-reporter": "0.0.4"
|
2017-10-04 07:44:08 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-10-23 20:09:37 +00:00
|
|
|
"test": "karma start --single-run",
|
|
|
|
"lint": "jshint openlp/core/display/html/display.js"
|
2017-10-04 07:44:08 +00:00
|
|
|
},
|
2019-10-24 20:22:49 +00:00
|
|
|
"jshintConfig": {
|
|
|
|
"esversion": 6
|
|
|
|
},
|
2017-10-04 07:44:08 +00:00
|
|
|
"author": "OpenLP Developers",
|
2019-08-22 17:38:44 +00:00
|
|
|
"license": "GPL-3.0-or-later"
|
2017-10-04 07:44:08 +00:00
|
|
|
}
|