mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 02:44:01 +00:00
Accept file, blob decoding Remove double init of window handler Added confirmation/acceptance message Add lazy IDs to transferred files for file owner Added chat class- initial support for slash commands Abstraction of chat to its own class Removed underscore from vendors, switching to import. Increased username color values Not localizing username, organizing slash commands Keeping context Support for symbols/emojis. Fixes #9 Added back npm scripts, added method to check if log messages contain usernames Checks and balances Better parsing of commands and organization of valid commands Fixed #10 - Added running version on modal and about section, Updated disclaimer/wording, displaying public IP if available through server File transfer pre-confirmation Encrypting stringified object versus string
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "darkwire",
|
|
"version": "1.2.3",
|
|
"description": "Encrypted web socket chat",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"babel": "^5.8.23",
|
|
"babelify": "^7.2.0",
|
|
"browserify": "^13.0.0",
|
|
"compression": "^1.6.0",
|
|
"express": "^4.13.3",
|
|
"gulp": "^3.9.0",
|
|
"gulp-uglify": "^1.5.1",
|
|
"moment": "^2.11.2",
|
|
"mustache-express": "^1.2.2",
|
|
"sanitize-html": "^1.11.3",
|
|
"serve-favicon": "^2.3.0",
|
|
"shortid": "^2.2.4",
|
|
"slug": "^0.9.1",
|
|
"socket.io": "^1.4.0",
|
|
"underscore": "^1.8.3",
|
|
"uuid": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.5.2",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-register": "^6.5.2",
|
|
"compression": "^1.6.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-nodemon": "^2.0.6",
|
|
"jscs": "^2.10.1",
|
|
"jshint": "^2.9.1",
|
|
"mocha-jscs": "^4.2.0",
|
|
"mocha-jshint": "^2.3.1",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "gulp start",
|
|
"bundle": "gulp bundle",
|
|
"test": "gulp test"
|
|
},
|
|
"author": "Daniel Seripap",
|
|
"license": "MIT"
|
|
}
|