50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "teemantirc",
|
|
"version": "1.1.0",
|
|
"description": "Web-based IRC client",
|
|
"main": "teemant.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"irc"
|
|
],
|
|
"author": "Evert",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.14.0",
|
|
"socketio": "^1.0.0",
|
|
"toml": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"lodash": "^4.17.2",
|
|
"webpack": "^1.13.3",
|
|
"del": "^2.2.2",
|
|
"gulp-csso": "^2.0.0",
|
|
"gulp-data": "^1.2.1",
|
|
"gulp-debug": "^3.0.0",
|
|
"gulp-eslint": "^3.0.1",
|
|
"gulp-filter": "^4.0.0",
|
|
"gulp-htmlmin": "^3.0.0",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-pug": "^3.2.0",
|
|
"gulp-real-favicon": "^0.2.1",
|
|
"gulp-sourcemaps": "^1.9.1",
|
|
"gulp-standard": "^8.0.2",
|
|
"gulp-stylus": "^2.6.0",
|
|
"gulp-util": "^3.0.7",
|
|
"gulp-watch": "^4.3.11",
|
|
"gulp-watch-pug": "^1.0.0",
|
|
"lazypipe": "^1.0.1",
|
|
"merge-stream": "^1.0.1",
|
|
"nib": "^1.1.2",
|
|
"run-sequence": "^1.2.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/DiamondtechDev/TeemantIRC.git"
|
|
}
|
|
}
|