You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
758 B
31 lines
758 B
{
|
|
"name": "safe-area-insets",
|
|
"version": "1.4.1",
|
|
"description": "Use javascript to get the safe area insets.",
|
|
"main": "out/index.js",
|
|
"types": "out/index.d.ts",
|
|
"scripts": {
|
|
"prepublish": "npm run build",
|
|
"build": "tsc -p . && node build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zhetengbiji/safeAreaInsets.git"
|
|
},
|
|
"keywords": [
|
|
"safari",
|
|
"iphonex",
|
|
"safeAreaInsets"
|
|
],
|
|
"author": "Shengqiang Guo",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/zhetengbiji/safeAreaInsets/issues"
|
|
},
|
|
"homepage": "https://github.com/zhetengbiji/safeAreaInsets#readme",
|
|
"devDependencies": {
|
|
"ts-loader": "^3.3.1",
|
|
"typescript": "^2.9.1",
|
|
"webpack": "^3.12.0"
|
|
}
|
|
}
|
|
|