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

File "package.js"

Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/easypiechart/package.js
File size: 473 bytes
MIME-type: text/plain
Charset: utf-8

Package.describe({
	name: 'rendro:easy-pie-chart',
	version: '2.1.7',
	summary: 'Meteor package for jQuery easyPieChart plugin!',
	git: 'https://github.com/dotansimha/easy-pie-chart.git',
	documentation: null
});

Package.onUse(function (api) {
	api.versionsFrom('METEOR@0.9.0.1');
    api.use('jquery', 'client');

	api.add_files(['dist/jquery.easypiechart.js'], 'client');
});

Package.onTest(function (api) {
	api.use('tinytest');
	api.use('rendro:easy-pie-chart');
});