mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
da0ab54292
Update all links to thelounge repository
93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"name": "thelounge",
|
|
"description": "The self-hosted Web IRC client",
|
|
"version": "3.0.0-pre.1",
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"thelounge": "index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/thelounge/thelounge.git"
|
|
},
|
|
"homepage": "https://thelounge.chat/",
|
|
"scripts": {
|
|
"coverage": "rm -rf .nyc_output/ && npm-run-all test:* && nyc --nycrc-path=test/.nycrc-report report",
|
|
"start": "node index start",
|
|
"start-dev": "npm-run-all --parallel watch start",
|
|
"build": "webpack",
|
|
"watch": "webpack --watch",
|
|
"test": "npm-run-all --aggregate-output --parallel --continue-on-error test:* lint:*",
|
|
"test:mocha": "nyc --nycrc-path=test/.nycrc-mocha mocha --colors",
|
|
"test:mocha-webpack": "nyc --nycrc-path=test/.nycrc-mocha-webpack mocha-webpack --colors --opts=test/mocha-webpack.opts",
|
|
"lint:js": "eslint . --report-unused-disable-directives --color",
|
|
"lint:css": "stylelint --color \"client/**/*.css\""
|
|
},
|
|
"keywords": [
|
|
"lounge",
|
|
"browser",
|
|
"web",
|
|
"chat",
|
|
"client",
|
|
"irc",
|
|
"server",
|
|
"thelounge"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "2.4.3",
|
|
"cheerio": "0.22.0",
|
|
"colors": "1.1.2",
|
|
"commander": "2.14.1",
|
|
"express": "4.16.2",
|
|
"fs-extra": "5.0.0",
|
|
"irc-framework": "2.10.3",
|
|
"lodash": "4.17.5",
|
|
"mime-types": "2.1.18",
|
|
"moment": "2.20.1",
|
|
"package-json": "4.0.1",
|
|
"primer-tooltips": "1.5.2",
|
|
"read": "1.0.7",
|
|
"request": "2.83.0",
|
|
"semver": "5.5.0",
|
|
"socket.io": "2.0.4",
|
|
"spdy": "3.4.7",
|
|
"thelounge-ldapjs-non-maintained-fork": "1.0.2",
|
|
"ua-parser-js": "0.7.17",
|
|
"urijs": "1.19.1",
|
|
"web-push": "3.2.5",
|
|
"yarn": "1.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "6.26.0",
|
|
"babel-loader": "7.1.2",
|
|
"babel-preset-env": "1.6.1",
|
|
"chai": "4.1.2",
|
|
"copy-webpack-plugin": "4.4.1",
|
|
"css.escape": "1.5.1",
|
|
"emoji-regex": "6.5.1",
|
|
"eslint": "4.18.1",
|
|
"font-awesome": "4.7.0",
|
|
"fuzzy": "0.1.3",
|
|
"graphql-request": "1.4.1",
|
|
"handlebars": "4.0.11",
|
|
"handlebars-loader": "1.6.0",
|
|
"intersection-observer": "0.5.0",
|
|
"istanbul-instrumenter-loader": "3.0.0",
|
|
"jquery": "3.3.1",
|
|
"jquery-ui": "1.12.1",
|
|
"mocha": "5.0.1",
|
|
"mocha-webpack": "1.0.1",
|
|
"mousetrap": "1.6.1",
|
|
"npm-run-all": "4.1.2",
|
|
"nyc": "11.4.1",
|
|
"socket.io-client": "2.0.4",
|
|
"stylelint": "9.1.1",
|
|
"stylelint-config-standard": "18.1.0",
|
|
"textcomplete": "0.16.0",
|
|
"webpack": "3.11.0"
|
|
}
|
|
}
|