diff --git a/package.json b/package.json index 7714232..0ed6cb2 100644 --- a/package.json +++ b/package.json @@ -1,45 +1,46 @@ { "name": "sylkrtc", "version": "0.3.1", "main": "lib/sylkrtc.js", "description": "SylkServer WebRTC Gateway client library", "repository": { "type": "git", "url": "git://github.com/AGProjects/sylkrtc.git" }, "keywords": [], "author": "AG Projects", "contributors": [ "Tijmen de Mes ", "Saúl Ibarra Corretgé " ], "license": "MIT", "readmeFilename": "README.md", "browserify": { "transform": [ "babelify" ] }, "dependencies": { "blueimp-md5": "^1.1.1", "debug": "^2.2.0", - "node-uuid": "^1.4.3", + "node-uuid": "^1.4.7", "rtcninja": "^0.6.4", - "sdp-transform": "^1.5.0", + "sdp-transform": "^1.5.3", "websocket": "^1.0.22" }, "devDependencies": { - "babelify": "^6.3.0", - "browserify": "^11.2.0", + "babel-preset-es2015": "^6.1.18", + "babelify": "^7.2.0", + "browserify": "^12.0.1", "gulp": "git+https://github.com/gulpjs/gulp.git#4.0", "gulp-filelog": "^0.4.1", "gulp-header": "^1.7.1", - "gulp-jshint": "^1.11.2", + "gulp-jshint": "^2.0.0", "gulp-sourcemaps": "^1.6.0", - "gulp-uglify": "^1.4.1", - "gulp-util": "^3.0.6", - "jshint-stylish": "^2.0.1", + "gulp-uglify": "^1.5.1", + "gulp-util": "^3.0.7", + "jshint-stylish": "^2.1.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" } }