mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 06:08:19 +01:00
f1ad532a56
PHPBB3-15115
35 lines
653 B
JSON
35 lines
653 B
JSON
{
|
|
"name": "phpbb",
|
|
"version": "3.3.0-dev",
|
|
"description": "phpBB Forum Software application",
|
|
"main": " ",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/phpbb/phpbb.git"
|
|
},
|
|
"keywords": [
|
|
"phpBB",
|
|
"phpbb",
|
|
"forum",
|
|
"php",
|
|
"software",
|
|
"community"
|
|
],
|
|
"author": "",
|
|
"license": "GPL-2.0",
|
|
"bugs": {
|
|
"url": "https://tracker.phpbb.com"
|
|
},
|
|
"homepage": "https://www.phpbb.com",
|
|
"devDependencies": {
|
|
"stylelint": "7.8.0",
|
|
"stylelint-order": "0.3.0"
|
|
}
|
|
}
|