diff --git a/phpBB/package.json b/phpBB/package.json new file mode 100644 index 0000000000..a7514e39fc --- /dev/null +++ b/phpBB/package.json @@ -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": { + } +}