forked from brython-dev/brython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
24 lines (24 loc) · 771 Bytes
/
manifest.json
File metadata and controls
24 lines (24 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"meta": {
"version": [3, 3, 0, "alpha", 0],
"implementation": [3, 5, 2, "dev", 0]
},
"sources": {
"base": [
"unicode.min",
"brython_builtins", "version_info", "py2js",
"py_object", "py_type", "py_utils", "py_builtin_functions",
"py_exceptions", "py_range_slice", "py_bytes", "js_objects",
"stdlib_paths", "py_import", "py_float", "py_int", "py_long_int",
"py_complex", "py_sort", "py_list", "py_string", "py_dict", "py_set",
"py_dom", "py_generator", "builtin_modules", "py_import_hooks"
]
},
"setup_data": [
"README.txt",
"demo.html",
"brython.js",
"brython_stdlib.js",
"unicode.txt"
]
}