37 lines
830 B
JSON
37 lines
830 B
JSON
{
|
|
"name": "is-mobile",
|
|
"description": "Check if mobile browser.",
|
|
"version": "5.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/juliangruber/is-mobile.git"
|
|
},
|
|
"homepage": "https://github.com/juliangruber/is-mobile",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"release": "np",
|
|
"test": "prettier-standard '**/*.js' && standard && npm run test:unit",
|
|
"test:unit": "node--test"
|
|
},
|
|
"devDependencies": {
|
|
"np": "^8.0.4",
|
|
"prettier-standard": "^16.4.1",
|
|
"standard": "^16.0.4",
|
|
"test": "^3.0.0",
|
|
"user-agents": "^1.0.845"
|
|
},
|
|
"keywords": [
|
|
"mobile",
|
|
"desktop",
|
|
"check",
|
|
"browser"
|
|
],
|
|
"author": {
|
|
"name": "Julian Gruber",
|
|
"email": "julian@juliangruber.com",
|
|
"url": "http://juliangruber.com"
|
|
},
|
|
"license": "MIT"
|
|
}
|