PluginProbe
JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications / 1.3
JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications v1.3
2.5.0 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4.0 All 33 releases
jobwp / freemius / package.json

package.json in JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications 1.3, 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.2",
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