{ "title": "UAParser.js", "name": "ua-parser-js", "version": "0.7.0", "author": "Faisal Salman (http://faisalman.com)", "description": "Lightweight JavaScript-based user-agent string parser", "keywords": [ "user-agent", "parser", "browser", "engine", "os", "device", "cpu" ], "homepage": "http://github.com/faisalman/ua-parser-js", "contributors": [ "Faisal Salman ", "Benjamin Bertrand ", "Christopher De Cairos ", "Davit Barbakadze ", "Dmitry Tyschenko ", "Douglas Li ", "Erik Hesselink ", "Fabian Becker ", "Jackpoll ", "Jake Mc ", "John Tantalo ", "John Yanarella ", "Jon Buckley ", "Lee Treveil ", "Leonardo ", "Michael Hess ", "Ross Noble ", "Sandro Sonntag " ], "main": "src/ua-parser.js", "scripts": { "test": "./build/build.sh" }, "devDependencies": { "jshint": "~1.1.0", "mocha": "~1.7.1", "uglify-js": "~1.3.4" }, "repository" : { "type": "git", "url": "https://github.com/faisalman/ua-parser-js.git" }, "licenses": [ { "type": "GPLv2", "url": "http://www.gnu.org/licenses/gpl-2.0.html" }, { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ], "engines": { "node": "*" }, "directories": { "lib": "src", "test": "test" } }