1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 22:30:44 +00:00
lancedikson_bowser/package.json
2017-04-09 17:13:00 +03:00

43 lines
867 B
JSON

{
"name": "bowser",
"description": "a browser detector",
"keywords": [
"ender",
"browser",
"sniff",
"detection"
],
"version": "1.6.0",
"homepage": "https://github.com/ded/bowser",
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
"main": "./src/bowser.js",
"typings": "./typings.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ded/bowser.git"
},
"devDependencies": {
"ava": "^0.19.0",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.3.3",
"babel-register": "^6.24.1"
},
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
},
"bugs": {
"url": "https://github.com/ded/bowser/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "ava",
"prepublish": "make boosh"
},
"license": "MIT"
}