1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 06:10:45 +00:00
lancedikson_bowser/package.json

39 lines
784 B
JSON
Raw Normal View History

2011-04-27 22:17:11 +00:00
{
2014-01-27 22:01:27 +00:00
"name": "bowser",
"version": "1.7.1",
"description": "Lightweight browser detector",
2014-01-27 22:01:27 +00:00
"keywords": [
"browser",
"useragent",
"user-agent",
"parser",
"ua",
"detection",
"ender",
"sniff"
2014-01-27 22:01:27 +00:00
],
2017-05-18 18:54:03 +00:00
"homepage": "https://github.com/lancedikson/bowser",
2014-01-27 22:01:27 +00:00
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
"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
}