thelounge/package.json
Jérémie Astori fc7e8339b7
3.0.0-pre.3
2018-03-08 21:27:05 -05:00

97 lines
2.7 KiB
JSON

{
"name": "thelounge",
"description": "The self-hosted Web IRC client",
"version": "3.0.0-pre.3",
"preferGlobal": true,
"bin": {
"thelounge": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thelounge/thelounge.git"
},
"homepage": "https://thelounge.chat/",
"scripts": {
"build": "webpack",
"coverage": "rm -rf .nyc_output/ && run-s test:{client,server} && nyc --nycrc-path=test/.nycrc-report report",
"dev": "run-p watch start",
"lint:css": "stylelint --color \"client/**/*.css\"",
"lint:js": "eslint . --report-unused-disable-directives --color",
"start": "node index start",
"test": "run-p --aggregate-output --continue-on-error lint:* test:{client,server}",
"test:browser": "webpack-dev-server --config=webpack.config-browser.js",
"test:client": "nyc --nycrc-path=test/.nycrc-mocha-webpack mocha-webpack --colors --opts=test/mocha-webpack.opts",
"test:server": "nyc --nycrc-path=test/.nycrc-mocha mocha --colors",
"watch": "webpack --watch"
},
"keywords": [
"lounge",
"browser",
"web",
"chat",
"client",
"irc",
"server",
"thelounge"
],
"license": "MIT",
"engines": {
"node": ">=6"
},
"dependencies": {
"bcryptjs": "2.4.3",
"chalk": "2.3.2",
"cheerio": "0.22.0",
"commander": "2.15.0",
"express": "4.16.2",
"fs-extra": "5.0.0",
"irc-framework": "2.11.0",
"lodash": "4.17.5",
"mime-types": "2.1.18",
"moment": "2.21.0",
"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.3.0",
"yarn": "1.5.1"
},
"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.5.0",
"css.escape": "1.5.1",
"emoji-regex": "6.5.1",
"eslint": "4.18.2",
"font-awesome": "4.7.0",
"fuzzy": "0.1.3",
"graphql-request": "1.5.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.4",
"mocha-loader": "1.1.3",
"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.2.0",
"textcomplete": "0.16.1",
"webpack": "3.11.0",
"webpack-dev-server": "2.11.1"
}
}