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 |