forked from Codeinwp/zerif-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 930 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
27
28
29
30
31
32
33
34
{
"name": "zerif-lite",
"nicename": "Zerif Lite",
"version": "2.0.2",
"description": "Zerif Lite theme",
"category": "themes",
"repository": {
"type": "git",
"url": "git+https://github.com/Codeinwp/zerif-lite.git"
},
"keywords": [
"wordpress-theme"
],
"theme": {
"textdomain": "zerif-lite"
},
"author": "ThemeIsle <[email protected]>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/Codeinwp/zerif-lite/issues"
},
"pot": {
"reportmsgidbugsto": "https://github.com/Codeinwp/zerif-lite/issues",
"languageteam": "Themeisle Translate <[email protected]>",
"lasttranslator": "Themeisle Translate Team <[email protected]>"
},
"devDependencies": {
"grunt-contrib-copy": "^1.0.0",
"grunt-theme-fleet": "codeinwp/grunt-theme-fleet",
"grunt-version": "^1.1.1",
"load-project-config": "~0.2.0"
},
"wraithSlug": ["zerif-lite"]
}