{ "name": "bowser", "version": "1.7.0", "description": "Lightweight browser detector", "keywords": [ "browser", "useragent", "user-agent", "parser", "ua", "detection", "ender", "sniff" ], "homepage": "https://github.com/lancedikson/bowser", "author": "Dustin Diaz (http://dustindiaz.com)", "main": "./src/bowser.js", "typings": "./typings.d.ts", "repository": { "type": "git", "url": "git+https://github.com/ded/bowser.git" }, "devDependencies": { "ava": "^0.19.0", "babel-cli": "^6.24.1", "babel-preset-env": "^1.3.3", "babel-register": "^6.24.1", "sinon": "^2.1.0", "testem": "^1.16.2" }, "ava": { "require": [ "babel-register" ], "babel": "inherit" }, "bugs": { "url": "https://github.com/ded/bowser/issues" }, "directories": { "test": "test" }, "scripts": { "test": "testem", "prepublish": "make boosh" }, "license": "MIT" }