-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbundle.json
34 lines (34 loc) · 930 Bytes
/
bundle.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": "@ohos/jinja2",
"description": "Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.",
"version": "3.1",
"license": "BSD 3-clause",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/jinja2"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE.rst",
"readmePath": {
"en": "README.rst"
},
"component": {
"name": "jinja2",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": ["mini","small","standard"],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}