29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-05 10:40:29 +00:00
cms/drone-package.json
dGrammatiko 6074c97083 You shall pass (#21268)
* You shall pass

* Update drone-package.json

* Update .drone.yml
2018-07-27 13:55:37 +02:00

21 lines
572 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+"
}