37 lines
927 B
JSON
37 lines
927 B
JSON
|
|
{
|
||
|
|
"name": "ismobilejs",
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"version": "1.1.1",
|
||
|
|
"description": "A simple JS library that detects mobile devices.",
|
||
|
|
"homepage": "https://github.com/kaimallea/isMobile",
|
||
|
|
"license": "MIT",
|
||
|
|
"author": {
|
||
|
|
"name": "Kai Mallea",
|
||
|
|
"email": "kmallea@gmail.com"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/kaimallea/isMobile.git"
|
||
|
|
},
|
||
|
|
"main": "cjs/index.js",
|
||
|
|
"module": "esm/index.js",
|
||
|
|
"jsdelivr": "dist/isMobile.min.js",
|
||
|
|
"types": "types",
|
||
|
|
"husky": {
|
||
|
|
"hooks": {
|
||
|
|
"pre-commit": "web-scripts precommit --jest-config ./jest.config.js",
|
||
|
|
"commit-msg": "web-scripts commitmsg"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@spotify/web-scripts": "^6.2.0",
|
||
|
|
"@types/puppeteer": "^2.0.1",
|
||
|
|
"husky": "^4.2.5",
|
||
|
|
"jest-puppeteer": "^4.4.0",
|
||
|
|
"parcel-bundler": "^1.12.4",
|
||
|
|
"puppeteer": "^2.1.1",
|
||
|
|
"ts-jest": "^25.3.1"
|
||
|
|
}
|
||
|
|
}
|