-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.47 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "to-search",
"version": "1.4.2",
"description": "Tour Operators add-on for LSX",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://www.lsdev.biz/product/tour-operators-search/"
},
"keywords": [
"lsx",
"addon"
],
"author": "LightSpeed",
"license": "GPL2+",
"bugs": {
"url": "https://www.lsdev.biz/product/tour-operators-search/issues"
},
"homepage": "https://www.lsdev.biz/product/tour-operators-search/#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-gettext": "^0.3.0",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^4.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.4.3",
"jshint": "^2.12.0"
},
"dependencies": {
"acorn": "^8.0.1",
"atob": ">=2.1.0",
"braces": ">=2.3.1",
"cgb-scripts": "^1.23.1",
"classnames": "^2.2.6",
"debug": ">=2.6.9",
"extend": "^3.0.2",
"fstream": ">=1.0.12",
"hoek": "^6.1.3",
"lodash": "^4.17.20",
"minimatch": ">=3.0.2",
"minimist": "^1.2.5",
"natives": "^1.1.6",
"randomatic": ">=3.0.0",
"tar": ">=6.0.5"
}
}