-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 827 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 827 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": "donovan",
"version": "1.0.0",
"description": "Donovan WordPress Theme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"export": "git archive HEAD -9 --prefix donovan/ --format=zip > ../../donovan.zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThemeZee/donovan.git"
},
"author": "ThemeZee",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ThemeZee/donovan/issues"
},
"homepage": "https://github.com/ThemeZee/donovan#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"
}
}