1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00
lancedikson_bowser/bower.json
2015-10-18 19:07:06 +01:00

30 lines
496 B
JSON

{
"name": "bowser",
"description": "a browser detector",
"keywords": [
"ender",
"browser",
"sniff",
"detection"
],
"version": "1.0.0",
"homepage": "https://github.com/ded/bowser",
"scripts": [
"bowser.js"
],
"authors": [
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
],
"moduleType": [],
"license": "MIT",
"main": "bowser.js",
"ignore": [
"node_modules",
"test",
"src",
"make",
"**/.*",
"Makefile"
]
}