mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 06:08:19 +01:00
c8de75f304
PHPBB3-16133
68 lines
1.2 KiB
JSON
68 lines
1.2 KiB
JSON
{
|
|
"name": "phpbb",
|
|
"version": "3.3.0-dev",
|
|
"description": "phpBB Forum Software application",
|
|
"main": " ",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"xo": {
|
|
"rules": {
|
|
"quote-props": [
|
|
"error",
|
|
"always"
|
|
]
|
|
},
|
|
"env": {
|
|
"es6": true,
|
|
"browser": true,
|
|
"node": true,
|
|
"jquery": true
|
|
}
|
|
},
|
|
"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": {
|
|
"acorn": "^7.0.0",
|
|
"braces": "^3.0.2",
|
|
"del": "^5.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.0",
|
|
"gulp-cssnano": "^2.1.3",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-stylefmt": "^1.1.0",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-pxtorem": "^4.0.1",
|
|
"postcss-sorting": "^5.0.1",
|
|
"stylelint": "^10.1.0",
|
|
"stylelint-order": "^3.0.1",
|
|
"xo": "^0.24.0"
|
|
}
|
|
}
|