mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 12:40:13 +01:00
[ticket/14970] Add package.json for phpBB
PHPBB3-14970
This commit is contained in:
parent
d956ac418d
commit
9ac840f853
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": {
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user