pxt-grove/pxt.json

19 lines
367 B
JSON
Raw Permalink Normal View History

2017-06-23 09:54:44 +08:00
{
"name": "Grove",
2019-07-31 15:51:43 +08:00
"version": "0.1.4",
2017-06-23 09:54:44 +08:00
"description": "A Microsoft MakeCode package for Seeed Studio Grove module",
"license": "MIT",
"dependencies": {
"core": "*"
},
"files": [
"README.md",
2017-09-01 10:42:36 +09:00
"main.ts",
"_locales/ja/Grove-strings.json"
2017-06-23 09:54:44 +08:00
],
"testFiles": [
"test.ts"
],
"public": true
2019-07-30 16:16:05 +08:00
}