forked from Freemius/wordpress-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "freemius-wordpress-sdk",
"description": "Monetization, analytics, and marketing automation platform for plugin & theme developers.",
"author": "Freemius, Inc.",
"license": "GPL-3.0",
"homepage": "https://freemius.com",
"version": "2.4.3",
"main": "gulpfile.js",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prune": "rimraf .codeclimate.yml .git .github .gitignore .travis.yml gulpfile.js composer.json"
},
"repository": "Freemius/wordpress-sdk.git",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-fs": "0.0.2",
"gulp-gettext": "^0.3.0",
"gulp-path": "^3.0.3",
"gulp-pofill": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sort": "^2.0.0",
"gulp-transifex": "^0.1.17",
"gulp-wp-pot": "^1.3.5"
}
}