mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Get rid of bower support
This commit is contained in:
parent
8676817177
commit
c50a9e2f5f
33
bower.json
33
bower.json
@ -1,33 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "bowser",
|
|
||||||
"description": "Lightweight browser detector",
|
|
||||||
"keywords": [
|
|
||||||
"browser",
|
|
||||||
"useragent",
|
|
||||||
"user-agent",
|
|
||||||
"parser",
|
|
||||||
"ua",
|
|
||||||
"detection",
|
|
||||||
"ender",
|
|
||||||
"sniff"
|
|
||||||
],
|
|
||||||
"version": "1.9.4",
|
|
||||||
"homepage": "https://github.com/lancedikson/bowser",
|
|
||||||
"scripts": [
|
|
||||||
"src/bowser.js"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
|
||||||
"Denis Demchenko <lance@dikson.me>"
|
|
||||||
],
|
|
||||||
"moduleType": [],
|
|
||||||
"license": "MIT",
|
|
||||||
"main": "src/bowser.js",
|
|
||||||
"ignore": [
|
|
||||||
"node_modules",
|
|
||||||
"test",
|
|
||||||
"make",
|
|
||||||
"**/.*",
|
|
||||||
"Makefile"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user