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

50 lines
1.1 KiB
JSON
Raw Normal View History

2016-09-22 15:41:37 +00:00
{
"name": "teemantirc",
2016-11-14 15:20:27 +00:00
"version": "1.1.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": {
"express": "^4.14.0",
2016-09-23 21:38:09 +00:00
"socketio": "^1.0.0",
"toml": "^2.3.0"
2016-09-22 15:41:37 +00:00
},
2016-12-15 21:30:55 +00:00
"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"
},
2016-09-22 15:41:37 +00:00
"repository": {
"type": "git",
"url": "git://github.com/DiamondtechDev/TeemantIRC.git"
}
}