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

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

primeNG components

  • Property mode set to 100644
File size: 329 bytes
Line 
1Package.describe({
2 name: 'faisalman:ua-parser-js',
3 version: '0.7.31',
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.