mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
fixed dependencies
This commit is contained in:
parent
cc7c988144
commit
cde8422579
10
package.json
10
package.json
@ -5,22 +5,22 @@
|
|||||||
"main": "gulpfile.js",
|
"main": "gulpfile.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"socketcluster": "2.2.x",
|
"socketcluster": "2.2.x",
|
||||||
|
"connect": "3.0.1",
|
||||||
|
"express": "4.12.3",
|
||||||
|
"shortid": "^2.2.2",
|
||||||
|
"serve-static": "1.8.0",
|
||||||
|
"minimist": "1.1.0",
|
||||||
"socketcluster-client": "2.2.x"
|
"socketcluster-client": "2.2.x"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babelify": "^6.1.2",
|
"babelify": "^6.1.2",
|
||||||
"browserify": "^10.2.4",
|
"browserify": "^10.2.4",
|
||||||
"connect": "3.0.1",
|
|
||||||
"express": "4.12.3",
|
|
||||||
"gulp": "^3.9.0",
|
"gulp": "^3.9.0",
|
||||||
"gulp-livereload": "^3.8.0",
|
"gulp-livereload": "^3.8.0",
|
||||||
"gulp-sass": "^2.0.1",
|
"gulp-sass": "^2.0.1",
|
||||||
"handlebars": "^3.0.3",
|
"handlebars": "^3.0.3",
|
||||||
"jquery": "^2.1.4",
|
"jquery": "^2.1.4",
|
||||||
"minimist": "1.1.0",
|
|
||||||
"promise": "^7.0.1",
|
"promise": "^7.0.1",
|
||||||
"serve-static": "1.8.0",
|
|
||||||
"shortid": "^2.2.2",
|
|
||||||
"underscore": "^1.8.3",
|
"underscore": "^1.8.3",
|
||||||
"vinyl-source-stream": "^1.1.0"
|
"vinyl-source-stream": "^1.1.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user