-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "lsx-wetu-importer",
"version": "1.5.0",
"description": "Tour Operators add-on for LSX",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://www.lsdev.biz/product/lsx-wetu-importer/"
},
"keywords": [
"lsx",
"addon"
],
"author": "LightSpeed",
"license": "GPL-3.0",
"bugs": {
"url": "https://www.lsdev.biz/product/lsx-wetu-importer/issues"
},
"homepage": "https://www.lsdev.biz/product/lsx-wetu-importer/#readme",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-rtlcss": "^2.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-concat": "^2.6.1",
"gulp-gettext": "^0.3.0",
"gulp-jshint": "^2.0.4",
"gulp-clean-css": "^4.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^6.0.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.5.0",
"jshint": "^2.13.6",
"map-stream": "^0.0.7"
}
}