mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
3b665fb68f
Make sure to remove this before publishing stable or dist-tags will have to be updated manually on npm afterwards. For reference, this was previously set in25ec49dea0
and removed in1dc3e74f7f
for v2.0.0.
86 lines
2 KiB
JSON
86 lines
2 KiB
JSON
{
|
|
"name": "thelounge",
|
|
"description": "The self-hosted Web IRC client",
|
|
"version": "2.2.2",
|
|
"preferGlobal": true,
|
|
"publishConfig": {
|
|
"tag": "next"
|
|
},
|
|
"bin": {
|
|
"lounge": "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": "npm-run-all build:*",
|
|
"build:font-awesome": "node scripts/build-fontawesome.js",
|
|
"build:webpack": "webpack --progress",
|
|
"watch": "webpack --watch",
|
|
"test": "npm-run-all -c test:* lint",
|
|
"test:mocha": "mocha",
|
|
"lint": "npm-run-all -c lint:*",
|
|
"lint:js": "eslint .",
|
|
"lint:css": "stylelint \"**/*.css\"",
|
|
"prepublishOnly": "NODE_ENV=production npm run build"
|
|
},
|
|
"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.9.0",
|
|
"event-stream": "3.3.4",
|
|
"express": "4.15.2",
|
|
"express-handlebars": "3.0.0",
|
|
"fs-extra": "3.0.1",
|
|
"irc-framework": "2.8.1",
|
|
"ldapjs": "1.0.1",
|
|
"lodash": "4.17.4",
|
|
"moment": "2.18.1",
|
|
"read": "1.0.7",
|
|
"request": "2.81.0",
|
|
"semver": "5.3.0",
|
|
"socket.io": "1.7.3",
|
|
"spdy": "3.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "6.24.1",
|
|
"babel-loader": "7.0.0",
|
|
"babel-preset-env": "1.4.0",
|
|
"chai": "3.5.0",
|
|
"eslint": "3.19.0",
|
|
"font-awesome": "4.7.0",
|
|
"fuzzy": "0.1.3",
|
|
"handlebars": "4.0.8",
|
|
"handlebars-loader": "1.5.0",
|
|
"jquery": "3.2.1",
|
|
"jquery-textcomplete": "1.8.0",
|
|
"jquery-ui": "1.12.1",
|
|
"mocha": "3.3.0",
|
|
"mousetrap": "1.6.1",
|
|
"npm-run-all": "4.0.2",
|
|
"nyc": "10.3.2",
|
|
"socket.io-client": "1.7.3",
|
|
"stylelint": "7.10.1",
|
|
"urijs": "1.18.10",
|
|
"webpack": "2.5.1"
|
|
}
|
|
}
|