pxt-ev3/libs/matrix/pxt.json

15 lines
252 B
JSON
Raw Normal View History

2018-01-09 08:05:09 +01:00
{
"name": "matrix",
"description": "Matrix algebra",
"files": [
"README.md",
"matrix.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}