forked from 4tronix/BitBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
28 lines (28 loc) · 820 Bytes
/
pxt.json
File metadata and controls
28 lines (28 loc) · 820 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
26
27
28
{
"name": "BitBot",
"version": "1.5.2",
"description": "Microsoft MakeCode package for 4tronix BitBot robot",
"license": "MIT",
"dependencies": {
"core": "*",
"fireled": "github:4tronix/FireLedsBase#0.1.4",
"firescreen": "github:4tronix/FireScreen#0.0.5"
},
"files": [
"README.md",
"bitbot.ts",
"_locales/no/BitBot-strings.json",
"_locales/no/BitBot-jsdoc-strings.json",
"_locales/nb/BitBot-strings.json",
"_locales/nb/BitBot-jsdoc-strings.json",
"_locales/nn/BitBot-strings.json",
"_locales/nn/BitBot-jsdoc-strings.json",
"_locales/fr/BitBot-strings.json",
"_locales/fr/BitBot-jsdoc-strings.json"
],
"testFiles": [
"tests.ts"
],
"public": true,
"yotta": {}
}