aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ua-parser-js/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ua-parser-js/package.js')
-rw-r--r--node_modules/ua-parser-js/package.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/ua-parser-js/package.js b/node_modules/ua-parser-js/package.js
new file mode 100644
index 000000000..216597fc6
--- /dev/null
+++ b/node_modules/ua-parser-js/package.js
@@ -0,0 +1,12 @@
+Package.describe({
+ name: 'faisalman:ua-parser-js',
+ version: '0.7.12',
+ summary: 'Lightweight JavaScript-based user-agent string parser',
+ git: 'https://github.com/faisalman/ua-parser-js.git',
+ documentation: 'readme.md'
+});
+
+Package.onUse(function (api) {
+ api.addFiles("src/ua-parser.js");
+ api.export("UAParser");
+});