-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 815 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 815 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
{
"name": "gambit",
"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 gambit/ --format=zip > ../../gambit.zip"
},
"repository": {
"type": "git",
"url": "git+https://ThemeZee@bitbucket.org/ThemeZee/gambit.git"
},
"author": "Thomas Weichselbaumer <contact@themezee.com> (https://themezee.com)",
"license": "GPL-2.0",
"homepage": "https://bitbucket.org/ThemeZee/gambit#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"
}
}