This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

26 lines
665 B
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "hermes-engine",
"version": "0.5.1",
"private": false,
"description": "A JavaScript engine optimized for running React Native on Android",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:facebook/hermes.git"
},
"files": [
"README.md",
"android/hermes-debug.aar",
"android/hermes-release.aar",
"android/hermes-cppruntime-debug.aar",
"android/hermes-cppruntime-release.aar",
"android/include/**/*.h",
"linux64-bin/hermesc",
"osx-bin/hermesc",
"win64-bin/hermesc.exe",
"win64-bin/msvcp140.dll",
"win64-bin/vcruntime140.dll",
"win64-bin/vcruntime140_1.dll"
]
}