PluginProbe ʕ •ᴥ•ʔ
Remove Add to Cart Button for WooCommerce / 1.0.1
Remove Add to Cart Button for WooCommerce v1.0.1
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9
remove-add-to-cart-button-for-woocommerce / includes / freemius / package.json
remove-add-to-cart-button-for-woocommerce / includes / freemius Last commit date
assets 5 years ago includes 5 years ago languages 5 years ago templates 5 years ago LICENSE.txt 5 years ago README.md 5 years ago config.php 5 years ago index.php 5 years ago package.json 5 years ago require.php 5 years ago start.php 5 years ago
package.json
28 lines
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.0",
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