29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-02 10:03:43 +00:00
cms/drone-package.json
Brian Teeman 3185c94b83 [4.0] Update deprecated license (#26251)
The spdx have deprecated the short license identifier GPL-2.0+ and we should use GPL-2.0-or-later
https://spdx.org/licenses/
2019-09-10 11:46:31 +01:00

21 lines
580 B
JSON

{
"name": "joomla",
"version": "4.0.0",
"description": "Joomla CMS",
"repository": {
"type": "git",
"url": "https://github.com/joomla/joomla-cms.git"
},
"scripts": {
"compile-js": "grunt uglify:allJs",
"compile-sass": "grunt sass:dist",
"update-dependencies": "grunt default",
"javascript-tests": "node node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "2.0.3",
"joomla-javascript-tests": "joomla/test-javascript#4.0-dev"
},
"license": "GPL-2.0-or-later"
}