1
0
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:
Marc Alexander 2017-01-08 14:14:55 +01:00
parent d956ac418d
commit 9ac840f853
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

32
phpBB/package.json Normal file
View 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": {
}
}