1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 22:30:44 +00:00

adding component.json for component.js support

This commit is contained in:
Dominic Barnes 2014-03-31 17:42:59 -05:00
parent 8ebfe6cd48
commit 577265e82f

17
component.json Normal file
View 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"
]
}