JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "package.js"

Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/public/assets/global/daterangepicker/package.js
File size: 484 bytes
MIME-type: text/plain
Charset: utf-8

Package.describe({
  name: 'dangrossman:bootstrap-daterangepicker',
  version: '3.1.0',
  summary: 'Date range picker component',
  git: 'https://github.com/dangrossman/daterangepicker',
  documentation: 'README.md'
});

Package.onUse(function(api) {
  api.versionsFrom('METEOR@0.9.0.1');

  api.use('momentjs:moment@2.22.1', ["client"]);
  api.use('jquery@3.3.1', ["client"]);

  api.addFiles('daterangepicker.js', ["client"]);
  api.addFiles('daterangepicker.css', ["client"]);
});