PluginProbe
Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code / 1.7.3
Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code v1.7.3
5.5.3 3.1.0 3.2.0 3.2.1 3.3.0 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.6.0 3.7.0 3.8.0 3.8.1 3.8.2 3.8.3 4.0.0 4.0.2 4.0.3 4.0.4 4.0.5 4.1.0 4.1.1 All 78 releases
copy-the-code / freemius / package.json

package.json in Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code 1.7.3, at freemius/package.json

28 lines 841 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.1.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