source: trip-planner-front/node_modules/ua-parser-js/package.js@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 329 bytes
Line 
1Package.describe({
2 name: 'faisalman:ua-parser-js',
3 version: '0.7.28',
4 summary: 'Lightweight JavaScript-based user-agent string parser',
5 git: 'https://github.com/faisalman/ua-parser-js.git',
6 documentation: 'readme.md'
7});
8
9Package.onUse(function (api) {
10 api.addFiles("src/ua-parser.js");
11 api.export("UAParser");
12});
Note: See TracBrowser for help on using the repository browser.