Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
329 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | Package.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 |
|
---|
| 9 | Package.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.