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-01-16 06:15:21 +00:00
|
|
|
"karma": "^3.1.4",
|
|
|
|
"karma-coverage": "^1.1.2",
|
2017-10-04 07:44:08 +00:00
|
|
|
"karma-jasmine": "^1.1.0",
|
|
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
2019-01-16 06:15:21 +00:00
|
|
|
"phantomjs-prebuilt": "^2.1.16"
|
2017-10-04 07:44:08 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "karma start"
|
|
|
|
},
|
|
|
|
"author": "OpenLP Developers",
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
"devDependencies": {
|
|
|
|
"karma-log-reporter": "0.0.4"
|
|
|
|
}
|
|
|
|
}
|