PHP Classes

File: vendors/bootstrap-daterangepicker/package.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/bootstrap-daterangepicker/package.js   Download  
File: vendors/bootstrap-daterangepicker/package.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 2 years ago
Size: 573 bytes
 

Contents

Class file image Download
Package.describe({ name: 'dangrossman:bootstrap-daterangepicker', version: '2.1.24', summary: 'Date range picker component for Bootstrap', git: 'https://github.com/dangrossman/bootstrap-daterangepicker', documentation: 'README.md' }); Package.onUse(function(api) { api.versionsFrom('METEOR@0.9.0.1'); api.use('twbs:bootstrap@3.3.4', ["client"], {weak: true}); api.use('momentjs:moment@2.10.3', ["client"]); api.use('jquery@1.11.3_2', ["client"]); api.addFiles('daterangepicker.js', ["client"]); api.addFiles('daterangepicker.css', ["client"]); });