Browserify deamdify jquery mobile

Browserify deamdify jquery mobile

Has anyone was able to 
1)Debowerify 
2)Deamdify 
Jquery mobile
?

here is what I did
1)bower install jquery-mobile
It comes as AMD module in requirejs

2)npm install browserify debowerify deamdify 
3)test.js 
      require('jquery-mobile')
4)$ browserify -t debowerify -t deamdify test.js

here is what I get

Error: Parsing file project/app/bower_components/jquery-mobile/js/jquery.mobile.js: Line 1: Unexpected token =
    at Deps.parseDeps (/usr/local/lib/node_modules/browserify/node_modules/module-deps/index.js:339:28)
....(continued stack trace)