forked from joomla/joomla-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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"
},
"dependencies": {
"autoprefixer": "^7.1.2",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-uglify": "latest",
"grunt-fetch-pages": "^2.0.0",
"grunt-postcss": "0.8.0",
"grunt-sass": "^2.0.0",
"grunt-scss-lint": "^0.5.0",
"grunt-shell": "latest",
"ini": "latest"
},
"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+"
}