package.json
{
"name": "to-team",
"version": "1.2.7",
"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/tour-operator-team/"
},
"keywords": [
"lsx",
"addon"
],
"author": "LightSpeed",
"license": "GPL2+",
"bugs": {
"url": "https://www.lsdev.biz/product/tour-operator-team/issues"
},
"homepage": "https://www.lsdev.biz/product/tour-operator-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"
}
}