2011-04-27 22:17:11 +00:00
|
|
|
{
|
2014-01-27 22:01:27 +00:00
|
|
|
"name": "bowser",
|
|
|
|
"description": "a browser detector",
|
|
|
|
"keywords": [
|
|
|
|
"ender",
|
|
|
|
"browser",
|
|
|
|
"sniff",
|
|
|
|
"detection"
|
|
|
|
],
|
2016-06-30 18:13:43 +00:00
|
|
|
"version": "1.4.0",
|
2014-01-27 22:01:27 +00:00
|
|
|
"homepage": "https://github.com/ded/bowser",
|
|
|
|
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
2016-05-06 18:45:03 +00:00
|
|
|
"main": "./src/bowser.js",
|
2016-04-21 20:38:18 +00:00
|
|
|
"typings": "./typings.d.ts",
|
2014-01-27 22:01:27 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-05-03 11:14:06 +00:00
|
|
|
"url": "git+https://github.com/ded/bowser.git"
|
2014-01-27 22:01:27 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-02-21 16:37:53 +00:00
|
|
|
"smoosh": "*",
|
|
|
|
"mocha": "*"
|
2015-05-03 11:14:06 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ded/bowser/issues"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-06-28 08:19:55 +00:00
|
|
|
"test": "make test",
|
|
|
|
"prepublish": "make boosh"
|
2015-05-03 11:14:06 +00:00
|
|
|
},
|
|
|
|
"license": "MIT"
|
2011-04-27 22:17:11 +00:00
|
|
|
}
|