mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 13:30:25 +02:00
[ticket/14970] Add package.json for phpBB
PHPBB3-14970
This commit is contained in:
32
phpBB/package.json
Normal file
32
phpBB/package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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://github.com/phpbb/phpbb/issues"
|
||||
},
|
||||
"homepage": "https://github.com/phpbb/phpbb#readme",
|
||||
"devDependencies": {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user