Vulcan/smart.lock
Matt DeBergalis e07daec6f3 Use currentUser builtin to simplify templates.
* {{currentUser.isAdmin}} instead of custom helpers.
* drop currentUserIsAdmin session variable.

relies on fix to meteor's handlebars evaluator in 0.4.2.
2012-09-27 23:33:08 -07:00

42 lines
1.2 KiB
Text

{
"meteor": {
"git": "https://github.com/meteor/meteor.git",
"branch": "auth",
"commit": "d2616308361203215c122f962ae9a5c763b5ca09"
},
"dependencies": {
"basePackages": {
"router": {},
"groups": {},
"cron": {},
"moment": {}
},
"packages": {
"router": {
"git": "https://github.com/tmeasday/meteor-router.git",
"tag": "v0.1.1",
"commit": "bb806c51efe3686a8da6628269aa67a269a4e076"
},
"groups": {
"git": "https://github.com/possibilities/meteor-groups.git",
"tag": "v0.0.6",
"commit": "ee45c3fbdb84313f6f0124ed30e02e101d3829cb"
},
"cron": {
"git": "https://github.com/tmeasday/meteor-cron.git",
"tag": "v0.0.1",
"commit": "8cecc021c1fb681bfa1de2aa8242448a4516049a"
},
"moment": {
"git": "https://github.com/possibilities/meteor-moment.git",
"tag": "v1.7.0",
"commit": "c64b6ec0e714b9556f4b6643d430b868ba69d3d7"
},
"deps-extensions": {
"git": "https://github.com/tmeasday/meteor-deps-extensions.git",
"tag": "v0.1.0",
"commit": "110462c0ba33aaeb35e55069134287325cc453e5"
}
}
}
}