You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lancedikson_bowser/package.json

35 lines
707 B

{
10 years ago
"name": "bowser",
"description": "a browser detector",
"keywords": [
"ender",
"browser",
"sniff",
"detection"
],
"version": "1.6.0",
10 years ago
"homepage": "https://github.com/ded/bowser",
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
"main": "./src/bowser.js",
"typings": "./typings.d.ts",
10 years ago
"repository": {
"type": "git",
"url": "git+https://github.com/ded/bowser.git"
10 years ago
},
"devDependencies": {
10 years ago
"smoosh": "*",
"mocha": "*"
},
"bugs": {
"url": "https://github.com/ded/bowser/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "make test",
"prepublish": "make boosh"
},
"license": "MIT"
}