2011-04-27 22:17:11 +00:00
|
|
|
{
|
2014-01-27 22:01:27 +00:00
|
|
|
"name": "bowser",
|
2017-05-18 18:52:44 +00:00
|
|
|
"version": "1.7.0",
|
2017-04-04 20:17:27 +00:00
|
|
|
"description": "Lightweight browser detector",
|
2014-01-27 22:01:27 +00:00
|
|
|
"keywords": [
|
|
|
|
"browser",
|
2017-04-04 20:17:27 +00:00
|
|
|
"useragent",
|
|
|
|
"user-agent",
|
|
|
|
"parser",
|
|
|
|
"ua",
|
|
|
|
"detection",
|
|
|
|
"ender",
|
|
|
|
"sniff"
|
2014-01-27 22:01:27 +00:00
|
|
|
],
|
2017-05-18 18:54:03 +00:00
|
|
|
"homepage": "https://github.com/lancedikson/bowser",
|
2014-01-27 22:01:27 +00:00
|
|
|
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
2018-06-27 20:04:25 +00:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Denis Demchenko",
|
|
|
|
"url": "http://twitter.com/lancedikson"
|
|
|
|
}
|
|
|
|
],
|
2016-05-06 18:45:03 +00:00
|
|
|
"main": "./src/bowser.js",
|
2016-04-21 20:38:18 +00:00
|
|
|
"typings": "./typings.d.ts",
|
2014-01-27 22:01:27 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-06-27 20:04:25 +00:00
|
|
|
"url": "git+https://github.com/lancedikson/bowser.git"
|
2014-01-27 22:01:27 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-06-27 19:59:32 +00:00
|
|
|
"ava": "^0.25.0",
|
2017-12-20 20:14:39 +00:00
|
|
|
"babel-cli": "^6.26.0",
|
2018-06-27 20:08:54 +00:00
|
|
|
"babel-preset-env": "^1.7.0",
|
2017-12-20 20:14:39 +00:00
|
|
|
"babel-register": "^6.26.0",
|
2018-06-27 20:08:54 +00:00
|
|
|
"eslint": "^4.19.1",
|
2017-12-20 21:29:06 +00:00
|
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
2018-06-27 20:08:54 +00:00
|
|
|
"eslint-plugin-ava": "^4.5.1",
|
|
|
|
"eslint-plugin-import": "^2.13.0",
|
2018-06-27 19:59:32 +00:00
|
|
|
"nyc": "^12.0.2",
|
2017-12-20 20:14:39 +00:00
|
|
|
"sinon": "^2.4.1",
|
2018-06-27 20:08:54 +00:00
|
|
|
"testem": "^1.18.5",
|
2017-08-20 15:21:17 +00:00
|
|
|
"yamljs": "^0.3.0"
|
2017-04-09 14:13:00 +00:00
|
|
|
},
|
|
|
|
"ava": {
|
|
|
|
"require": [
|
|
|
|
"babel-register"
|
|
|
|
],
|
|
|
|
"babel": "inherit"
|
2015-05-03 11:14:06 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ded/bowser/issues"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-12-20 21:29:06 +00:00
|
|
|
"lint": "./node_modules/.bin/eslint ./src --fix",
|
2017-08-20 15:37:01 +00:00
|
|
|
"testem": "testem",
|
|
|
|
"test": "./node_modules/.bin/ava"
|
2015-05-03 11:14:06 +00:00
|
|
|
},
|
|
|
|
"license": "MIT"
|
2011-04-27 22:17:11 +00:00
|
|
|
}
|