-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 976 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
35
36
37
{
"name": "wp-translations",
"version": "1.0.0",
"homepage": "https://wp-translations.org/",
"bugs": "https://github.com/WP-Translations/wp-translations/issues",
"author": [
"Sadler Jérôme, WP-Translations (https://sadler-jerome.fr/)"
],
"contributors": [
"Sadler Jérôme, WP-Translations"
],
"description": "Import WP language-packs from transifex",
"main": "https://github.com/WP-Translations/wp-translations",
"keywords": [
"i18n",
"transifex",
"translation",
"wordpress"
],
"repository": {
"type": "git",
"url": "https://github.com/WP-Translations/wp-translations.git"
},
"license": "GPL-v2",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "latest",
"gulp-concat": "latest",
"gulp-minify-css": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-sort": "latest",
"gulp-sourcemaps": "latest",
"gulp-wp-pot": "latest"
}
}