ouija-io / ouija

Communicating with ghosts
http://ouija.io
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

Move from npm to bower #75

Closed halfdan closed 8 years ago

halfdan commented 10 years ago

Ouija is a 100% client-side library. Instead of using Browserify to make it browser compatible we should deploy it via bower and make it possible to use it without browserify. It should be fairly easy to use ES6 modules and an es6-transpiler to keep a sane module structure but make it compatible with browsers.