File: /home/adventp/www/wp-content/plugins/js_composer/package.json
{
"name": "WPBakeryPageBuilder",
"nativeName": "WPBakery Page Builder",
"systemName": "js_composer",
"version": "7.6.0",
"description": "Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.",
"homepage": "https://wpbakery.com",
"repository": {
"type": "git",
"url": "https://github.com/wpbakery/js_composer.git"
},
"keywords": [
"plugin",
"wordpress",
"visual",
"composer"
],
"author": "Michael M, WPBakery",
"license": "http://go.wpbakery.com/licensing",
"bugs": {
"url": "https://github.com/wpbakery/js_composer/issues"
},
"main": "",
"scripts": {
"build": "gulp --development",
"build-prod": "gulp --production",
"watch": "gulp watch --development",
"install-project": "npm install && cd assets/lib/vendor && npm install",
"jshint": "jshint",
"jscs": "jscs"
},
"devDependencies": {
"autoprefixer": "9.7.6",
"fs": "^0.0.1-security",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-less": "^5.0.0",
"gulp-mode": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"jscs": "3.0.7",
"jshint": "2.11.0",
"path": "^0.12.7"
},
"dependencies": {
"coffeescript": "^2.7.0"
},
"browserslist": [
">1%",
"not dead"
]
}