-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrush.yml
37 lines (30 loc) · 853 Bytes
/
rush.yml
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
# For a detailed info on this file and supported fields, check out the below link:
# https://github.com/ShreyashSaitwal/rush-cli/wiki/Metadata-File
---
name: CommonmarkParser
description: A simple Markdown parser for App Inventor 2 and its clones.
version:
number: auto
name: '1.0.2'
authors:
- Joseph Lee
build:
release:
# Optimizes the extension on every release build.
optimize: true
# If enabled, you will be able to use Java 8 language features in your extension.
desugar:
enable: true
desugar_deps: true
assets:
# Extension icon. This can be a URL or a local image in 'assets' folder.
icon: icon.png
# Extension assets.
# other:
# - my_awesome_asset.anything
# Extension dependencies (JAR).
deps:
- commonmark-0.18.1.jar
- commonmark-ext-ins-0.18.1.jar
- copy_down-1.0.jar
- jsoup-1.14.3.jar