-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.06 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "grunt-transifex-wordpress",
"version": "1.0.0",
"private": true,
"directories": {
"js": "./assets/js",
"sass": "",
"css": "",
"build": "./build",
"languages": "./languages"
},
"pot": {
"type": "wp-theme",
"src": "style.css",
"header": {
"bugs": "https://wp-translations.pro/",
"team": "WP-Translations <[email protected]>",
"last_translator": "WP-Translations <[email protected]>"
}
},
"constant": {
"core": "et-core",
"builder": "et_builder",
"divi": "Divi",
"locale": "fr_FR"
},
"devDependencies": {
"grunt": "*",
"grunt-checktextdomain": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-rename": "*",
"grunt-exec": "*",
"grunt-newer": "*",
"grunt-notify": "*",
"grunt-potomo": "*",
"grunt-text-replace": "*",
"grunt-wp-css": "*",
"grunt-wp-i18n": "*",
"grunt-wp-readme-to-markdown": "*",
"load-grunt-config": "*",
"load-grunt-tasks": "*"
}
}