Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from Orange-OpenSource/fix/dependencies
Browse files Browse the repository at this point in the history
Fix dependancy of UI
  • Loading branch information
arnaudruffin authored May 19, 2017
2 parents 097d397 + 7ff89a4 commit b534012
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
},
"dependencies": {
"browserify" : "14.1.0",
"body-parser": "~1.17.1",
"debug": "~2.6.3",
"express": "~4.15.2",
"pug": "~2.0.0-beta11",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.1",
"socket.io": "~1.7.3",
"socket.io-client": "~1.7.3",
"socket.io-stream": "~0.9.1",
"uglify-js" : "~2.8.14",
"boosted" : "~4.0.0-alpha.4",
"tether" : "~1.1.1",
"clipboard" : "~1.6.1",
"body-parser": "1.17.1",
"debug": "2.6.3",
"express": "4.15.2",
"pug": "2.0.0-beta11",
"morgan": "1.8.1",
"serve-favicon": "2.4.1",
"socket.io": "1.7.3",
"socket.io-client": "1.7.3",
"socket.io-stream": "0.9.1",
"uglify-js" : "2.8.14",
"boosted" : "4.0.0-alpha.4",
"tether" : "1.1.1",
"clipboard" : "1.6.1",
"jquery" : "1.11.2",
"jquery-file-download" : "1.4.5"

Expand Down

0 comments on commit b534012

Please sign in to comment.