forked from Codeinwp/flymag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 828 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
{
"name": "flymag",
"nicename": "Flymag",
"version": "2.0.0",
"description": "Flymag theme",
"category": "themes",
"repository": {
"type": "git",
"url": "git+https://github.com/Codeinwp/flymag.git"
},
"keywords": [
"wordpress-theme"
],
"theme": {
"textdomain": "flymag"
},
"author": "ThemeIsle <friends@themeisle.com>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/Codeinwp/flymag/issues"
},
"pot": {
"reportmsgidbugsto": "https://github.com/Codeinwp/flymag/issues",
"languageteam": "Themeisle Translate <friends@themeisle.com>",
"lasttranslator": "Themeisle Translate Team <friends@themeisle.com>"
},
"devDependencies": {
"grunt-theme-fleet": "codeinwp/grunt-theme-fleet",
"load-project-config": "~0.2.0"
},
"wraithSlug":"flymag"
}