-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 878 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 878 Bytes
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": "tortuga",
"version": "1.0.0",
"description": "WordPress Theme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"export": "git archive HEAD -9 --prefix tortuga/ --format=zip > ../../tortuga.zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThemeZee/tortuga.git"
},
"author": "Thomas Weichselbaumer <contact@themezee.com> (https://themezee.com)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/ThemeZee/tortuga/issues"
},
"homepage": "https://github.com/ThemeZee/tortuga#readme",
"devDependencies": {
"@wordpress/stylelint-config": "^21.9.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"postcss-sorting": "^7.0.1",
"sass": "^1.58.1"
}
}