forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "hermes-engine-cli",
"version": "%VERSION%",
"private": false,
"description": "Hermes Engine cli tools for host platforms",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:facebook/hermes.git"
},
"files": [
"README.md",
"linux64-bin/hbcdump",
"linux64-bin/hdb",
"linux64-bin/hermes",
"linux64-bin/hermesc",
"osx-bin/hbcdump",
"osx-bin/hdb",
"osx-bin/hermes",
"osx-bin/hermesc",
"win64-bin/icudt64.dll",
"win64-bin/icuin64.dll",
"win64-bin/icuio64.dll",
"win64-bin/icutest64.dll",
"win64-bin/icutu64.dll",
"win64-bin/icuuc64.dll",
"win64-bin/msvcp140.dll",
"win64-bin/vcruntime140.dll",
"win64-bin/vcruntime140_1.dll",
"win64-bin/hbcdump.exe",
"win64-bin/hdb.exe",
"win64-bin/hermes.exe",
"win64-bin/hermesc.exe"
]
}