PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.0.8
Forumax – AI Powered Advanced Community Forum Plugin v1.0.8
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / freemius / package.json

package.json in Forumax – AI Powered Advanced Community Forum Plugin 1.0.8, at freemius/package.json

28 lines 868 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "freemius-wordpress-sdk",
3 "description": "Monetization, analytics, and marketing automation platform for plugin & theme developers.",
4 "author": "Freemius, Inc.",
5 "license": "GPL-3.0",
6 "homepage": "https://freemius.com",
7 "version": "2.4.3",
8 "main": "gulpfile.js",
9 "dependencies": {},
10 "scripts": {
11 "test": "echo \"Error: no test specified\" && exit 1",
12 "prune": "rimraf .codeclimate.yml .git .github .gitignore .travis.yml gulpfile.js composer.json"
13 },
14 "repository": "Freemius/wordpress-sdk.git",
15 "devDependencies": {
16 "gulp": "^3.9.1",
17 "gulp-clean": "^0.3.2",
18 "gulp-fs": "0.0.2",
19 "gulp-gettext": "^0.3.0",
20 "gulp-path": "^3.0.3",
21 "gulp-pofill": "^1.0.0",
22 "gulp-rename": "^1.2.2",
23 "gulp-sort": "^2.0.0",
24 "gulp-transifex": "^0.1.17",
25 "gulp-wp-pot": "^1.3.5"
26 }
27 }
28