| 1 |
{ |
| 2 |
"name": "freemius-wordpress-sdk", |
| 3 |
"version": "1.0.0", |
| 4 |
"description": "", |
| 5 |
"main": "gulpfile.js", |
| 6 |
"dependencies": { |
| 7 |
"gulp": "^3.9.1", |
| 8 |
"gulp-clean": "^0.3.2", |
| 9 |
"gulp-fs": "0.0.2", |
| 10 |
"gulp-gettext": "^0.3.0", |
| 11 |
"gulp-path": "^3.0.3", |
| 12 |
"gulp-pofill": "^1.0.0", |
| 13 |
"gulp-rename": "^1.2.2", |
| 14 |
"gulp-sort": "^2.0.0", |
| 15 |
"gulp-wp-pot": "^2.0.4", |
| 16 |
"gulp-transifex": "^0.1.17" |
| 17 |
}, |
| 18 |
"scripts": { |
| 19 |
"test": "echo \"Error: no test specified\" && exit 1" |
| 20 |
}, |
| 21 |
"repository": { |
| 22 |
"type": "git", |
| 23 |
"url": "git+https://github.com/Freemius/wordpress-sdk.git" |
| 24 |
}, |
| 25 |
"author": "Vova Feldman", |
| 26 |
"license": "GPL-2.0", |
| 27 |
"homepage": "https://freemius.com", |
| 28 |
"devDependencies": { |
| 29 |
"gulp": "^3.9.1", |
| 30 |
"gulp-clean": "^0.3.2", |
| 31 |
"gulp-fs": "0.0.2", |
| 32 |
"gulp-gettext": "^0.3.0", |
| 33 |
"gulp-path": "^3.0.3", |
| 34 |
"gulp-pofill": "^1.0.0", |
| 35 |
"gulp-rename": "^1.2.2", |
| 36 |
"gulp-sort": "^2.0.0", |
| 37 |
"gulp-wp-pot": "^2.0.4", |
| 38 |
"gulp-transifex": "^0.1.17" |
| 39 |
} |
| 40 |
} |
| 41 |
|