pxt-ev3/libs/matrix/pxt.json
2018-01-08 23:05:09 -08:00

15 lines
252 B
JSON

{
"name": "matrix",
"description": "Matrix algebra",
"files": [
"README.md",
"matrix.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}