{ "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": "^2.4.5", "mocha-jscs": "^4.2.0", "mocha-jshint": "^2.3.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "zombie": "^4.2.1" }, "scripts": { "start": "gulp start", "bundle": "gulp bundle", "test": "gulp test" }, "author": "Daniel Seripap", "license": "MIT" }