mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
- The `makepot` task is now using the WP CLI `wp i18n make-pot` command. - Exclude JavaScript Files generated by Parcel/Babel from `jsvalidate`, `jshint` & `uglify` tasks. - Add new tasks to build & minify BP Blocks files. See #8048 git-svn-id: https://buddypress.svn.wordpress.org/trunk@12574 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
37 lines
1,023 B
JSON
37 lines
1,023 B
JSON
{
|
|
"name": "buddypress/buddypress",
|
|
"description": "BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!",
|
|
"type": "wordpress-plugin",
|
|
"keywords": [
|
|
"activity",
|
|
"community",
|
|
"friends",
|
|
"groups",
|
|
"messaging",
|
|
"notifications",
|
|
"profiles",
|
|
"social network"
|
|
],
|
|
"homepage": "https://buddypress.org",
|
|
"license": "GPL-2.0+",
|
|
"authors": [ {
|
|
"name": "BuddyPress Community",
|
|
"homepage": "https://buddypress.org/about/"
|
|
} ],
|
|
"support": {
|
|
"forum": "https://buddypress.org/support/",
|
|
"docs": "https://codex.buddypress.org/",
|
|
"issues": "https://buddypress.trac.wordpress.org/",
|
|
"rss": "https://buddypress.org/feed/",
|
|
"source": "https://buddypress.trac.wordpress.org/browser/",
|
|
"wiki": "https://codex.buddypress.org/"
|
|
},
|
|
"require": {
|
|
"composer/installers": "~1.0",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpcompatibility/phpcompatibility-wp": "*",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
|
}
|
|
}
|