-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.bak
More file actions
42 lines (42 loc) · 1.19 KB
/
package.json.bak
File metadata and controls
42 lines (42 loc) · 1.19 KB
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
{
"name": "to-team",
"version": "2.0.0",
"description": "Tour Operators add-on for LSX",
"main": "gulpfile.js",
"scripts": {
"build-pot": "wp i18n make-pot . languages/to-team.pot",
"build-mopo": "rm -R languages/to-team-en_EN.mo && cp languages/to-team.pot languages/to-team-en_EN.po && wp i18n make-mo languages",
"translate-US": "cp languages/to-team-en_EN.po languages/to-team-en_US.po && cp languages/to-team-en_EN.mo languages/to-team-en_US.mo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightspeedwp/to-team/"
},
"keywords": [
"lsx",
"addon"
],
"author": "LightSpeed",
"license": "GPL2+",
"bugs": {
"url": "https://github.com/lightspeedwp/to-team/issues"
},
"homepage": "https://github.com/lightspeedwp/to-team/#readme",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-gettext": "^0.3.0",
"gulp-jshint": "^2.0.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^3.0.0",
"gulp-wp-pot": "^2.0.6",
"jshint": "^2.9.4"
},
"dependencies": {
"extend": "^3.0.2",
"lodash": "^4.17.11",
"minimatch": "^10.0.1",
"randomatic": "^3.1.1"
}
}