1
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user