2018-12-18 16:58:06 +00:00
|
|
|
{
|
|
|
|
"name": "@pushrocks/webdetector",
|
2018-12-21 12:32:10 +00:00
|
|
|
"version": "1.0.2",
|
2018-12-18 16:58:06 +00:00
|
|
|
"private": false,
|
|
|
|
"description": "detect different environments within the browser",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2018-12-21 12:36:28 +00:00
|
|
|
"test": "(parcel build test/index.html --out-dir ./test/dist)",
|
2018-12-18 16:58:06 +00:00
|
|
|
"build": "(tsbuild --web)",
|
|
|
|
"format": "(gitzone format)"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
|
|
"@gitzone/tstest": "^1.0.15",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
|
|
"@types/node": "^10.11.7",
|
2018-12-19 16:17:25 +00:00
|
|
|
"parcel-bundler": "^1.11.0",
|
2018-12-18 16:58:06 +00:00
|
|
|
"tslint": "^5.11.0",
|
|
|
|
"tslint-config-prettier": "^1.15.0"
|
|
|
|
},
|
2018-12-19 16:17:25 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@pushrocks/smartdelay": "^2.0.2",
|
|
|
|
"@pushrocks/smartrx": "^2.0.3"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 version"
|
|
|
|
]
|
2018-12-18 16:58:06 +00:00
|
|
|
}
|