forked from LiquidPlayer/LiquidCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.42 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "liquidcore",
"version": "0.7.10",
"description": "LiquidCore enables Node.js virtual machines to run inside Android and iOS apps. It provides a complete runtime environment, including a virtual file system.",
"main": "index.js",
"bin": "lib/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiquidPlayer/LiquidCore.git"
},
"keywords": [
"LiquidCore",
"v8",
"JavaScriptCore",
"node"
],
"author": "Eric Lange <eric@flicket.tv>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LiquidPlayer/LiquidCore/issues"
},
"homepage": "https://github.com/LiquidPlayer/LiquidCore",
"liquidcore": {
"android": [
{
"name": "Nodejs",
"include": "include.gradle",
"dev": "LiquidCore"
},
{
"name": "V8",
"include": "include.V8.gradle",
"dev": "LiquidV8"
}
],
"ios": [
{
"name": "LiquidCore"
},
{
"name": "LiquidCore-headers"
}
],
"ios-dev": [
{
"name": "LiquidCore",
"path": "LiquidCore.podspec"
},
{
"name": "LiquidCore-headers",
"path": "LiquidCore-headers.podspec"
}
]
},
"dependencies": {
"filecompare": "^1.0.4",
"metro": "0.57.0",
"metro-core": "0.57.0",
"tmp": "^0.1.0"
}
}