Merge pull request #289 from 2fd/fix_package

fix ionic, bower-verxbus, restangular and node-forge
This commit is contained in:
Guy Bedford
2015-03-25 14:37:00 +02:00
4 changed files with 16 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"format": "global",
"registry": "jspm",
"main": "vertxbus",
"dependencies": {
"sockjs-client": "0.3.4"
},
"shim": {
"vertxbus": {
"deps": [
"sockjs-client"
],
"exports": "vertx"
}
}
}