81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
{
|
|
"name": "thelounge",
|
|
"description": "The self-hosted Web IRC client",
|
|
"version": "2.2.0",
|
|
"preferGlobal": true,
|
|
"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-dev": "npm-run-all --parallel watch start",
|
|
"build": "npm-run-all build:*",
|
|
"build:font-awesome": "node scripts/build-fontawesome.js",
|
|
"build:webpack": "webpack",
|
|
"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": {
|
|
"bcrypt-nodejs": "0.0.3",
|
|
"cheerio": "0.22.0",
|
|
"colors": "1.1.2",
|
|
"commander": "2.9.0",
|
|
"event-stream": "3.3.4",
|
|
"express": "4.14.0",
|
|
"fs-extra": "1.0.0",
|
|
"irc-framework": "2.5.3",
|
|
"lodash": "4.17.4",
|
|
"moment": "2.17.1",
|
|
"read": "1.0.7",
|
|
"request": "2.79.0",
|
|
"semver": "5.3.0",
|
|
"socket.io": "1.7.2",
|
|
"spdy": "3.4.4",
|
|
"ldapjs": "1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "6.22.1",
|
|
"babel-loader": "6.2.10",
|
|
"babel-preset-es2015": "6.18.0",
|
|
"chai": "3.5.0",
|
|
"eslint": "3.13.1",
|
|
"font-awesome": "4.7.0",
|
|
"handlebars": "4.0.6",
|
|
"handlebars-loader": "1.4.0",
|
|
"jquery": "2.1.1",
|
|
"jquery-ui": "1.12.1",
|
|
"mocha": "3.2.0",
|
|
"mousetrap": "1.4.6",
|
|
"npm-run-all": "4.0.0",
|
|
"nyc": "10.0.0",
|
|
"socket.io-client": "1.7.2",
|
|
"stylelint": "7.7.1",
|
|
"urijs": "1.16.1",
|
|
"webpack": "1.14.0"
|
|
}
|
|
}
|