mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Merge pull request #49 from dominicbarnes/master
Adding component.json for component.js support
This commit is contained in:
commit
9689716763
17
component.json
Normal file
17
component.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "bowser",
|
||||||
|
"description": "a browser detector",
|
||||||
|
"keywords": [
|
||||||
|
"ender",
|
||||||
|
"browser",
|
||||||
|
"sniff",
|
||||||
|
"detection"
|
||||||
|
],
|
||||||
|
"version": "0.6.0",
|
||||||
|
"homepage": "https://github.com/ded/bowser",
|
||||||
|
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
||||||
|
"main": "bowser.js",
|
||||||
|
"scripts": [
|
||||||
|
"bowser.js"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user