mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
99 lines
1.7 KiB
JSON
99 lines
1.7 KiB
JSON
{
|
|
"name": "phpbb",
|
|
"version": "3.3.0-dev",
|
|
"description": "phpBB Forum Software application",
|
|
"main": " ",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"xo": {
|
|
"rules": {
|
|
"quotes": [
|
|
"error",
|
|
"single"
|
|
],
|
|
"comma-dangle": [
|
|
"error",
|
|
"always-multiline"
|
|
],
|
|
"max-params": [
|
|
"error",
|
|
6
|
|
],
|
|
"block-spacing": "error",
|
|
"array-bracket-spacing": [
|
|
"error",
|
|
"always"
|
|
],
|
|
"multiline-comment-style": "off",
|
|
"computed-property-spacing": "off",
|
|
"space-in-parens": "off",
|
|
"capitalized-comments": "off",
|
|
"object-curly-spacing": [
|
|
"error",
|
|
"always"
|
|
],
|
|
"no-lonely-if": "off"
|
|
},
|
|
"env": [
|
|
"es6",
|
|
"browser",
|
|
"node",
|
|
"jquery"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"not ie 11",
|
|
"not samsung 10.1",
|
|
"not and_uc 12.12",
|
|
"not op_mini all",
|
|
"edge >= 18",
|
|
"ff >= 72",
|
|
"chrome >= 79",
|
|
"safari >= 13",
|
|
"ios >= 12.4"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/phpbb/phpbb.git"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
],
|
|
"keywords": [
|
|
"phpBB",
|
|
"phpbb",
|
|
"forum",
|
|
"php",
|
|
"software",
|
|
"community"
|
|
],
|
|
"author": "",
|
|
"license": "GPL-2.0",
|
|
"bugs": {
|
|
"url": "https://tracker.phpbb.com"
|
|
},
|
|
"homepage": "https://www.phpbb.com",
|
|
"devDependencies": {
|
|
"cssnano": "^4.1.10",
|
|
"del": "^5.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-pxtorem": "^4.0.1",
|
|
"postcss-sorting": "^5.0.1",
|
|
"stylelint": "^11.1.1",
|
|
"stylelint-order": "^3.1.1",
|
|
"xo": "^0.25.4"
|
|
},
|
|
"dependencies": {}
|
|
}
|