-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmos.yml
More file actions
25 lines (20 loc) · 637 Bytes
/
mos.yml
File metadata and controls
25 lines (20 loc) · 637 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
25
author: mongoose-os
description: Wifi JavaScript API usage example
version: 1.0
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
tags:
- js
- wifi
filesystem:
- fs
libs:
# These libs are required by the app.
- origin: https://github.com/mongoose-os-libs/boards
- origin: https://github.com/mongoose-os-libs/mjs
- origin: https://github.com/mongoose-os-libs/wifi
# js-demo-bundle provides useful functions not directly related to the example
# e.g. file and config services.
- origin: https://github.com/mongoose-os-libs/js-demo-bundle
manifest_version: 2017-05-18