mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/14970] Add package.json for phpBB
PHPBB3-14970
This commit is contained in:
parent
d956ac418d
commit
9ac840f853
1 changed files with 32 additions and 0 deletions
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…
Add table
Reference in a new issue