Skip to content

Commit

Permalink
Move dependencies into devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando França committed Feb 2, 2015
1 parent 08777c0 commit e863afe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@
"bower_components"
],
"dependencies" : {
},
"devDependencies": {
"json.date": "RickStrahl/json.date-extensions#f16379c45f0150047c547ab821e94aad00b2c2a9",
"uxhr": "endel/uxhr#a484e430e224375b786072da5abb94dfd3c68685",
"qunit": "~1.9.0",
"when": "~2.8.0",
"lodash": "~2.4.0",

"blueimp-canvas-to-blob": "~2.1.0",
"eventsource": "Yaffle/EventSource",
"AutobahnJS": "tavendo/AutobahnJS#v0.8.2"
},
"devDependencies": {
"AutobahnJS": "tavendo/AutobahnJS#v0.8.2",
"backbone": "~1.1.2",
"jquery": "~2.1.0",
"winchan": "mozilla/winchan#ac4b142c34daa84bbcb5d8663fad19ce6394cb18"
Expand Down

0 comments on commit e863afe

Please sign in to comment.