mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
29 lines
493 B
JSON
29 lines
493 B
JSON
{
|
|
"name": "bowser",
|
|
"description": "a browser detector",
|
|
"keywords": [
|
|
"ender",
|
|
"browser",
|
|
"sniff",
|
|
"detection"
|
|
],
|
|
"version": "1.1.1",
|
|
"homepage": "https://github.com/ded/bowser",
|
|
"scripts": [
|
|
"src/bowser.js"
|
|
],
|
|
"authors": [
|
|
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
|
|
],
|
|
"moduleType": [],
|
|
"license": "MIT",
|
|
"main": "src/bowser.js",
|
|
"ignore": [
|
|
"node_modules",
|
|
"test",
|
|
"make",
|
|
"**/.*",
|
|
"Makefile"
|
|
]
|
|
}
|