Merge pull request #408 from capaj/master

mongoose added to registry
This commit is contained in:
Guy Bedford
2015-06-05 15:32:23 +02:00
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"format": "global",
"shim": {
"index": {
"exports": "mongoose"
}
}
}
+1
View File
@@ -225,6 +225,7 @@
"module": "github:jspm/nodelibs-module",
"moment": "github:moment/moment",
"moment-json-parser": "npm:moment-json-parser",
"mongoose": "github:gavinaiken/mongoose-browser",
"moonridge-client": "github:capaj/Moonridge-client",
"mq4-hover-shim": "npm:mq4-hover-shim",
"msgs": "github:cujojs/msgs",