Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.js 329B

123456789101112
  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. Package.onUse(function (api) {
  9. api.addFiles("src/ua-parser.js");
  10. api.export("UAParser");
  11. });