updating smart.json

This commit is contained in:
Sacha Greif 2012-10-04 15:05:25 +09:00
parent cd362b6856
commit 774e673dde
2 changed files with 4 additions and 31 deletions

View file

@ -3,9 +3,7 @@
"branch": "auth"
},
"packages": {
// "observatory": {},
"router": {},
"moment": {}
}
}

View file

@ -1,36 +1,11 @@
{
"meteor": {
"git": "https://github.com/meteor/meteor.git",
"branch": "auth",
"commit": "507792523a6c99a19f6ba6057aa7c7d54d801102"
"branch": "master",
"commit": "19e42c4ec883e2de881f4cf633f828b25f3a81ad"
},
"dependencies": {
"basePackages": {
"router": {},
"moment": {},
"observatory": {}
},
"packages": {
"router": {
"git": "https://github.com/tmeasday/meteor-router.git",
"tag": "v0.1.1",
"commit": "bb806c51efe3686a8da6628269aa67a269a4e076"
},
"moment": {
"git": "https://github.com/possibilities/meteor-moment.git",
"tag": "v1.7.0",
"commit": "c64b6ec0e714b9556f4b6643d430b868ba69d3d7"
},
"observatory": {
"git": "https://github.com/jhoxray/observatory.git",
"tag": "v0.1.6",
"commit": "e13149e360d69658cdedfcc1732433acfef911c8"
},
"deps-extensions": {
"git": "https://github.com/tmeasday/meteor-deps-extensions.git",
"tag": "v0.1.0",
"commit": "110462c0ba33aaeb35e55069134287325cc453e5"
}
}
"basePackages": {},
"packages": {}
}
}