Add to Bower
Closed this issue · 1 comments
jackwilsdon commented
Would it be possible to add data.io to Bower?
I've thrown together a bower.json
here:
{
"name": "data.io",
"version": "0.3.1",
"description": "Bidirectional data syncing via Socket.IO",
"keywords": [
"data",
"sync",
"socket.io"
],
"authors": [
{
"name": "Scott Nelson",
"email": "scott@scttnlsn.com",
"web": "http://scttnlsn.com"
}
],
"main": "data.io.js"
}
scttnlsn commented
Added bower.json
and registered the package. Can you verify that everything works as expected?