diff --git a/component.json b/component.json deleted file mode 100644 index 0264ad4..0000000 --- a/component.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "ua-parser-js", - "version": "0.7.12", - "description": "Lightweight JavaScript-based user-agent string parser", - "keywords": [ - "user-agent", - "parser", - "browser", - "engine", - "os", - "device", - "cpu" - ], - "scripts": [ - "src/ua-parser.js" - ], - "main": "src/ua-parser.js", - "license": "MIT", - "development": { - "jshint/jshint": "*", - "visionmedia/mocha": "*", - "mishoo/uglifyjs2": "*", - "requirejs": "^2.3.2", - "verup": "^1.3.x" - } -} diff --git a/readme.md b/readme.md index 4f5eb00..7951d06 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # UAParser.js - A not-so-lightweight-anymore JavaScript-based User-Agent string parser. Can be used either in browser (client-side) or in node.js (server-side) environment. Also available as jQuery/Zepto plugin, Component/Bower/Meteor package, & RequireJS/AMD module. This library aims to identify detailed type of web browser, layout engine, operating system, cpu architecture, and device type/model, entirely from user-agent string with a relatively small footprint (~11KB when minified / ~4KB gzipped). Written in vanilla JavaScript, which means it doesn't require any other library and can be used independently. + A not-so-lightweight-anymore JavaScript-based User-Agent string parser. Can be used either in browser (client-side) or in node.js (server-side) environment. Also available as jQuery/Zepto plugin, Bower/Meteor package, & RequireJS/AMD module. This library aims to identify detailed type of web browser, layout engine, operating system, cpu architecture, and device type/model, entirely from user-agent string with a relatively small footprint (~11KB when minified / ~4KB gzipped). Written in vanilla JavaScript, which means it doesn't require any other library and can be used independently. [![Build Status](https://travis-ci.org/faisalman/ua-parser-js.svg?branch=master)](https://travis-ci.org/faisalman/ua-parser-js) [![NPM](https://img.shields.io/npm/v/ua-parser-js.svg)](https://www.npmjs.com/package/ua-parser-js) @@ -204,12 +204,6 @@ requirejs(['ua-parser-js'], function(UAParser) { }); ``` -## Using component - -```sh -$ component install faisalman/ua-parser-js -``` - ## Using bower ```sh