-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
26 lines (26 loc) · 974 Bytes
/
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "1- What is this? \t* This is a Joomla! installation/upgrade package to version 3.x \t* Joomla! Official site: https://www.joomla.org \t* Joomla! 3.9 version history - https://docs.joomla.org/Special:MyLanguage/Joomla_3.9_version_history \t* Detailed changes in the Changelog: https://github.com/joomla/joomla-cms/commits/staging",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoomShaper/SP-Simple-Portfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoomShaper/SP-Simple-Portfolio/issues"
},
"homepage": "https://github.com/JoomShaper/SP-Simple-Portfolio#readme",
"dependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-uglify-es": "^2.0.0",
"gulp-zip": "^5.0.2"
}
}