thelounge/package.json
Jérémie Astori b2eebfa65e
2.7.0-rc.2
2018-01-19 23:33:00 -05:00

93 lines
2.2 KiB
JSON

{
"name": "thelounge",
"description": "The self-hosted Web IRC client",
"version": "2.7.0-rc.2",
"publishConfig": {
"tag": "next"
},
"preferGlobal": true,
"bin": {
"lounge": "index.js",
"thelounge": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thelounge/lounge.git"
},
"homepage": "https://thelounge.github.io/",
"scripts": {
"coverage": "nyc mocha",
"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": "mocha --colors",
"lint:js": "eslint . --report-unused-disable-directives --color",
"lint:css": "stylelint --color \"client/**/*.css\""
},
"keywords": [
"lounge",
"browser",
"web",
"chat",
"client",
"irc",
"server"
],
"license": "MIT",
"engines": {
"node": ">=4.2.0"
},
"dependencies": {
"bcryptjs": "2.4.3",
"cheerio": "0.22.0",
"colors": "1.1.2",
"commander": "2.13.0",
"express": "4.16.2",
"fs-extra": "5.0.0",
"irc-framework": "2.10.3",
"ldapjs": "1.0.2",
"lodash": "4.17.4",
"mime-types": "2.1.17",
"moment": "2.20.1",
"package-json": "4.0.1",
"primer-tooltips": "1.5.1",
"read": "1.0.7",
"request": "2.83.0",
"semver": "5.4.1",
"socket.io": "2.0.4",
"spdy": "3.4.7",
"ua-parser-js": "0.7.17",
"urijs": "1.19.0",
"web-push": "3.2.5"
},
"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.3.1",
"css.escape": "1.5.1",
"emoji-regex": "6.5.1",
"eslint": "4.15.0",
"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",
"jquery": "3.2.1",
"jquery-ui": "1.12.1",
"mocha": "4.1.0",
"mousetrap": "1.6.1",
"npm-run-all": "4.1.2",
"nyc": "11.4.1",
"socket.io-client": "2.0.4",
"stylelint": "8.4.0",
"stylelint-config-standard": "18.0.0",
"textcomplete": "0.16.0",
"webpack": "3.10.0"
}
}