Summary: For a GitHub security alert. Reviewed By: cekkaewnumchai Differential Revision: D20870976 fbshipit-source-id: fdf07eb61d290fab4540fc8963099003cb472a97
32 lines
648 B
JSON
32 lines
648 B
JSON
{
|
|
"name": "kaios-big-allocations",
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"license": "MIT",
|
|
"title": "KaiOS: big allocations",
|
|
"icon": "apps",
|
|
"bugs": {
|
|
"email": "oncall+wa_kaios@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/wa.kaios/"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "patch-package"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^6.2.0",
|
|
"postinstall-postinstall": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"firefox-client": "0.3.0",
|
|
"promisify-child-process": "^3.1.1"
|
|
},
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"firefox-client"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"minimist": "1.2.3"
|
|
}
|
|
}
|