-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
23 lines (23 loc) · 1.08 KB
/
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
{
"name": "bp-classic",
"version": "1.4.0",
"description": "BuddyPress Classic backward compatibility plugin.",
"scripts": {
"bpdefault": "rm -rf archive.zip themes/bp-default && curl -L -o 'archive.zip' https://github.com/buddypress/BP-Default/archive/master.zip && unzip -qq archive.zip -d themes && mv themes/BP-Default-master themes/bp-default",
"pot": "wp i18n make-pot . --exclude=\".phpcs,node_modules,tests,vendor\" languages/bp-classic.pot --headers='{\"Project-Id-Version\": \"BP Classic\", \"Report-Msgid-Bugs-To\": \"https://github.com/buddypress/bp-classic/issues\", \"Last-Translator\": \"JOHN JAMES JACOBY <[email protected]>\", \"Language-Team\": \"ENGLISH <[email protected]>\"}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buddypress/bp-classic.git"
},
"keywords": [
"buddypress",
"compatibility"
],
"author": "The BuddyPress Community",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/buddypress/bp-classic/issues"
},
"homepage": "https://github.com/buddypress/bp-classic#readme"
}