mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
12 lines
315 B
JavaScript
12 lines
315 B
JavaScript
Package.describe({
|
|
name: 'faisalman:ua-parser-js',
|
|
version: '0.7.10',
|
|
summary: 'Lightweight JavaScript-based user-agent string parser',
|
|
git: 'https://github.com/faisalman/ua-parser-js.git',
|
|
documentation: 'readme.md'
|
|
});
|
|
|
|
Package.on_use(function (api) {
|
|
api.addFiles("src/ua-parser.js");
|
|
});
|