forked from react-native-community/jsc-android-buildscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 870 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
{
"name": "jsc-android",
"version": "224109.0.0",
"description": "Pre-build version of JavaScriptCore to be used by React Native apps",
"repository": {
"type": "git",
"url": "git+https://github.com/react-community/jsc-android-buildscripts.git"
},
"keywords": [
"react-native",
"android",
"jsc"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/react-community/jsc-android-buildscripts/issues"
},
"homepage": "https://github.com/react-community/jsc-android-buildscripts#readme",
"files": [
"/dist"
],
"scripts": {
"clean": "rm -rf dist; rm -rf build",
"info": "./scripts/info.sh",
"download": "./scripts/download.sh",
"prep": "./scripts/prep.sh",
"start": "./scripts/start.sh"
},
"config": {
"webkitGTK": "2.18.2",
"androidICU": "8.0.0_r34",
"i18n": false
}
}