darkwire.io/package.json
2016-02-21 10:58:42 -05:00

38 lines
919 B
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",
"mustache-express": "^1.2.2",
"serve-favicon": "^2.3.0",
"shortid": "^2.2.4",
"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"
},
"author": "Daniel Seripap",
"license": "MIT"
}