mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-08 23:35:02 -04:00
Lots of small improvements, websockets fallback
This commit is contained in:
parent
e5eab64c6b
commit
22be7c5cb9
35 changed files with 2672 additions and 916 deletions
|
@ -13,6 +13,7 @@
|
|||
"gulp-html-extract": "^0.0.3",
|
||||
"gulp-if": "^2.0.0",
|
||||
"gulp-imagemin": "^2.2.1",
|
||||
"gulp-inline-source": "^2.1.0",
|
||||
"gulp-jscs": "^3.0.0",
|
||||
"gulp-jscs-stylish": "^1.1.2",
|
||||
"gulp-jshint": "^1.6.3",
|
||||
|
@ -39,5 +40,11 @@
|
|||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"binaryjs": "^0.2.1",
|
||||
"express": "^4.13.3",
|
||||
"ua-parser-js": "^0.7.10",
|
||||
"ws": "^0.8.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue