2015-04-22 07:50:11 +09:00
|
|
|
Package.describe({
|
|
|
|
name: 'telescope:lib',
|
|
|
|
summary: 'Telescope libraries.',
|
2015-09-03 09:41:48 +09:00
|
|
|
version: '0.24.0',
|
2015-05-16 12:05:53 +09:00
|
|
|
git: "https://github.com/TelescopeJS/Telescope.git"
|
2015-04-22 07:50:11 +09:00
|
|
|
});
|
|
|
|
|
|
|
|
Package.onUse(function (api) {
|
|
|
|
|
|
|
|
api.versionsFrom(['METEOR@1.0']);
|
|
|
|
|
2015-04-23 11:11:07 +09:00
|
|
|
var packages = [
|
2015-04-22 16:26:01 +09:00
|
|
|
'standard-app-packages',
|
2015-05-07 16:18:07 +09:00
|
|
|
'service-configuration',
|
|
|
|
'accounts-ui',
|
2015-04-22 16:26:01 +09:00
|
|
|
'accounts-base',
|
|
|
|
'accounts-password',
|
|
|
|
'accounts-twitter',
|
2015-05-12 17:27:18 +09:00
|
|
|
'accounts-facebook',
|
2015-07-10 11:05:13 +09:00
|
|
|
'check',
|
2015-07-14 11:40:58 +09:00
|
|
|
// 'audit-argument-checks',
|
2015-04-24 09:28:50 +09:00
|
|
|
'reactive-var',
|
2015-04-22 16:52:42 +09:00
|
|
|
'http',
|
2015-04-28 15:54:19 +09:00
|
|
|
'email',
|
2015-05-20 09:19:35 +09:00
|
|
|
'spiderable',
|
2015-05-16 12:05:53 +09:00
|
|
|
'aldeed:simple-schema@1.3.3',
|
2015-04-22 16:26:01 +09:00
|
|
|
'aldeed:collection2@2.3.3',
|
2015-07-29 19:10:28 +09:00
|
|
|
'aldeed:http@0.2.2',
|
2015-08-04 18:24:18 +09:00
|
|
|
'aldeed:autoform@5.4.0',
|
2015-05-11 12:39:49 +09:00
|
|
|
'aldeed:template-extension@3.4.3',
|
2015-07-29 19:10:28 +09:00
|
|
|
'tap:i18n@1.5.1',
|
|
|
|
'fourseven:scss@3.2.0',
|
2015-09-17 14:51:14 +09:00
|
|
|
// 'iron:router@1.0.9',
|
|
|
|
'kadira:flow-router@2.6.0',
|
|
|
|
'kadira:blaze-layout@2.1.0',
|
|
|
|
'arillo:flow-router-helpers@0.4.5',
|
2015-09-18 11:12:53 +09:00
|
|
|
'meteorhacks:picker@1.0.3',
|
2015-09-18 17:11:36 +09:00
|
|
|
'kadira:dochead@1.1.0',
|
2015-05-13 11:01:03 +09:00
|
|
|
'dburles:collection-helpers@1.0.3',
|
2015-05-02 09:52:39 +09:00
|
|
|
// 'meteorhacks:flow-router@1.5.0',
|
|
|
|
// 'meteorhacks:flow-layout@1.1.1',
|
2015-09-06 11:37:48 +09:00
|
|
|
'matb33:collection-hooks@0.8.0',
|
2015-04-22 16:26:01 +09:00
|
|
|
'chuangbo:marked@0.3.5',
|
2015-07-29 19:10:28 +09:00
|
|
|
'meteorhacks:fast-render@2.7.1',
|
|
|
|
'meteorhacks:subs-manager@1.5.2',
|
2015-04-22 16:26:01 +09:00
|
|
|
'percolatestudio:synced-cron@1.1.0',
|
2015-07-29 19:10:28 +09:00
|
|
|
'useraccounts:unstyled@1.11.1',
|
2015-09-17 14:51:14 +09:00
|
|
|
'useraccounts:flow-routing@1.12.3',
|
|
|
|
// 'manuelschoebel:ms-seo@0.4.1',
|
2015-09-18 17:11:36 +09:00
|
|
|
// 'tomwasd:flow-router-seo@0.0.3',
|
2015-04-22 16:26:01 +09:00
|
|
|
'aramk:tinycolor@1.1.0_1',
|
2015-07-29 19:10:28 +09:00
|
|
|
'momentjs:moment@2.10.6',
|
|
|
|
'sacha:spin@2.3.1',
|
|
|
|
'aslagle:reactive-table@0.8.11',
|
2015-08-15 13:13:30 +09:00
|
|
|
'utilities:avatar@0.8.2',
|
2015-08-18 10:21:21 +09:00
|
|
|
'fortawesome:fontawesome@4.4.0',
|
2015-04-23 11:11:07 +09:00
|
|
|
'ccan:cssreset@1.0.0',
|
2015-07-29 19:10:28 +09:00
|
|
|
'djedi:sanitize-html@1.7.0',
|
2015-04-28 11:32:53 +09:00
|
|
|
'dburles:collection-helpers@1.0.3',
|
2015-05-16 12:05:53 +09:00
|
|
|
'jparker:gravatar@0.3.1',
|
2015-07-29 19:10:28 +09:00
|
|
|
'sanjo:meteor-files-helpers@1.1.0_7',
|
|
|
|
'cmather:handlebars-server@2.0.0',
|
2015-06-18 13:04:38 +09:00
|
|
|
'chuangbo:cookie@1.1.0',
|
2015-07-31 14:34:21 +09:00
|
|
|
'ongoworks:speakingurl@5.0.1',
|
2015-09-14 17:12:17 +09:00
|
|
|
'okgrow:router-autoscroll@0.0.12',
|
2015-09-08 11:08:19 +09:00
|
|
|
// 'utilities:state-transitions@0.1.0',
|
2015-09-11 10:51:21 +09:00
|
|
|
'tmeasday:publish-counts@0.7.1',
|
2015-09-17 14:51:14 +09:00
|
|
|
// 'dburles:iron-router-query-array@1.0.1'
|
2015-09-18 11:12:53 +09:00
|
|
|
'utilities:onsubscribed@0.1.0'
|
2015-04-23 11:11:07 +09:00
|
|
|
];
|
2015-04-22 07:50:11 +09:00
|
|
|
|
2015-04-23 11:11:07 +09:00
|
|
|
api.use(packages);
|
|
|
|
|
|
|
|
api.imply(packages);
|
2015-04-22 07:50:11 +09:00
|
|
|
|
|
|
|
api.addFiles([
|
|
|
|
'lib/core.js',
|
2015-04-24 09:28:50 +09:00
|
|
|
'lib/utils.js',
|
2015-04-23 15:42:05 +09:00
|
|
|
'lib/callbacks.js',
|
2015-04-24 09:28:50 +09:00
|
|
|
'lib/collections.js',
|
2015-04-23 17:45:37 +09:00
|
|
|
'lib/modules.js',
|
2015-04-22 07:50:11 +09:00
|
|
|
'lib/config.js',
|
2015-08-03 15:42:28 +09:00
|
|
|
'lib/templates.js',
|
2015-04-22 07:50:11 +09:00
|
|
|
'lib/deep.js',
|
|
|
|
'lib/deep_extend.js',
|
|
|
|
'lib/autolink.js',
|
|
|
|
'lib/themes.js',
|
2015-04-24 10:49:24 +09:00
|
|
|
'lib/menus.js',
|
2015-09-18 17:11:36 +09:00
|
|
|
'lib/seo.js',
|
2015-04-22 07:50:11 +09:00
|
|
|
'lib/base.js',
|
|
|
|
'lib/colors.js',
|
2015-09-17 14:51:14 +09:00
|
|
|
'lib/icons.js',
|
|
|
|
'lib/router/admin.js',
|
|
|
|
'lib/router/query_arrays.js'
|
2015-04-22 07:50:11 +09:00
|
|
|
], ['client', 'server']);
|
|
|
|
|
2015-06-17 09:15:26 +09:00
|
|
|
api.addFiles([
|
|
|
|
'lib/client/jquery.exists.js',
|
|
|
|
'lib/client/template_replacement.js'
|
|
|
|
], ['client']);
|
2015-04-22 07:50:11 +09:00
|
|
|
|
|
|
|
api.export([
|
|
|
|
'Telescope',
|
|
|
|
'_',
|
|
|
|
|
|
|
|
'getTemplate',
|
|
|
|
'templates',
|
|
|
|
|
|
|
|
'themeSettings',
|
|
|
|
|
|
|
|
'getVotePower'
|
|
|
|
]);
|
|
|
|
|
|
|
|
});
|