forked from joomla-projects/gsoc17_helpscreens_on_jdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrone-package.json
30 lines (30 loc) · 841 Bytes
/
drone-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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": {
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^1.12.4",
"karma": "^0.13.22",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-jasmine-ajax": "^0.1.13",
"karma-requirejs": "^1.0.0",
"karma-verbose-reporter": "0.0.3",
"requirejs": "^2.2.0",
"text": "requirejs/text"
},
"license": "GPL-2.0+"
}