This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
teemant-old/package.json

38 lines
865 B
JSON
Raw Normal View History

2016-09-22 15:41:37 +00:00
{
"name": "teemantirc",
2019-01-09 17:26:09 +00:00
"version": "2.0.0",
2016-09-30 10:37:35 +00:00
"description": "Web-based IRC client",
2016-09-22 15:41:37 +00:00
"main": "teemant.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"irc"
],
"author": "Evert",
"license": "MIT",
"dependencies": {
2019-01-09 17:26:09 +00:00
"express": "^4.16.4",
"socket.io": "^2.2.0",
"toml": "^2.3.5"
2016-12-15 21:30:55 +00:00
},
2016-09-22 15:41:37 +00:00
"repository": {
"type": "git",
2019-01-09 17:26:09 +00:00
"url": "git://gitlab.icynet.eu/IcyNetwork/teemant.git"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"standard": "^12.0.1",
"stylus-loader": "^3.0.2",
"webpack": "^4.28.1",
"webpack-command": "^0.4.2"
2016-09-22 15:41:37 +00:00
}
}