low-browser
Version:
Internet Explorer and Microsoft Edge browsers definition
121 lines (120 loc) • 3 kB
JSON
{
"name": "low-browser",
"version": "0.3.0",
"description": "Internet Explorer and Microsoft Edge browsers definition",
"main": "dist/low-browser.umd.js",
"module": "dist/low-browser.esm.js",
"types": "dist/low-browser.d.ts",
"scripts": {
"bundlesize": "bundlesize",
"doctoc": "doctoc README.md",
"lint": "tslint -p ./",
"lint:fix": "tslint -p ./ --fix",
"compile": "tsc -d",
"cleanup:compiled": "rimraf compiled",
"cleanup:dist": "rimraf dist",
"cleanup:coverage": "rimraf .nyc_output coverage",
"cleanup": "run-s cleanup:*",
"bundle": "rollup -c",
"prebuild": "run-s cleanup lint",
"build": "run-s compile bundle",
"postbuild": "run-s cleanup:compiled",
"pretest": "run-s build",
"test": "run-s tests",
"tests": "nyc mocha --reporter dot && run-s bundlesize",
"coveralls": "nyc report --reporter=text-lcov | coveralls && run-s cleanup:coverage",
"prepublishOnly": "run-s doctoc test",
"prepack": "run-s build"
},
"bundlesize": [
{
"path": "dist/low-browser.umd.js",
"maxSize": "1.5 kb",
"compression": "gzip"
},
{
"path": "dist/low-browser.umd.min.js",
"maxSize": "1 kb",
"compression": "gzip"
},
{
"path": "dist/low-browser.esm.js",
"maxSize": "1.5 kb",
"compression": "gzip"
},
{
"path": "dist/low-browser.esm.min.js",
"maxSize": "1 kb",
"compression": "gzip"
},
{
"path": "dist/low-browser.d.ts",
"maxSize": "10 kb",
"compression": "none"
}
],
"husky": {
"hooks": {
"pre-commit": "run-s doctoc test cleanup"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arttse/low-browser.git"
},
"keywords": [
"agent",
"amd",
"browser",
"check",
"commonjs",
"definition",
"edge",
"explorer",
"ie",
"internet",
"internet explorer",
"low",
"low-browser",
"microsoft",
"server",
"side",
"small",
"tool",
"umd",
"user",
"useragent"
],
"author": {
"name": "Nikita Bystrov (Arttse)",
"url": "https://github.com/Arttse"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Arttse/low-browser/issues"
},
"homepage": "https://github.com/Arttse/low-browser",
"homepageShort": "https://git.io/fxB5i",
"devDependencies": {
"bundlesize": "^0.17.0",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"doctoc": "^1.3.1",
"husky": "^1.1.2",
"lodash.camelcase": "^4.3.0",
"lodash.pickby": "^4.6.0",
"lodash.startcase": "^4.4.0",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.3",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"rollup": "^0.66.6",
"rollup-plugin-buble": "^0.19.4",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-uglify": "^6.0.0",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.1.3"
}
}