1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 14:20:45 +00:00
lancedikson_bowser/bower.json

29 lines
493 B
JSON
Raw Normal View History

2015-10-18 18:07:06 +00:00
{
"name": "bowser",
"description": "a browser detector",
"keywords": [
"ender",
"browser",
"sniff",
"detection"
],
2016-05-06 18:47:56 +00:00
"version": "1.1.0",
2015-10-18 18:07:06 +00:00
"homepage": "https://github.com/ded/bowser",
"scripts": [
"src/bowser.js"
2015-10-18 18:07:06 +00:00
],
"authors": [
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
],
"moduleType": [],
"license": "MIT",
"main": "src/bowser.js",
2015-10-18 18:07:06 +00:00
"ignore": [
"node_modules",
"test",
"make",
"**/.*",
"Makefile"
]
}