diff --git a/demo/smart.json b/demo/smart.json new file mode 100644 index 0000000..dcc0948 --- /dev/null +++ b/demo/smart.json @@ -0,0 +1,31 @@ +{ + "meteor": { + "branch": "devel" + }, + "packages": { + "client-sessions": { + "branch": "master", + "git": "https://github.com/possibilities/meteor-client-sessions.git" + }, + "demostrap": { + "branch": "master", + "git": "https://github.com/possibilities/meteor-demostrap.git" + }, + "filters": { + "branch": "master", + "git": "https://github.com/possibilities/meteor-filters.git" + }, + "forms": { + "branch": "rework", + "git": "https://github.com/possibilities/meteor-forms.git" + }, + "model-base": { + "branch": "master", + "git": "https://github.com/possibilities/meteor-model-base.git" + }, + "validation": { + "branch": "master", + "git": "https://github.com/possibilities/meteor-validation.git" + } + } +}