15 lines
260 B
JSON
15 lines
260 B
JSON
{
|
|
"name": "gyro-sensor",
|
|
"description": "Gyro Sensor support",
|
|
"files": [
|
|
"README.md",
|
|
"gyro.ts"
|
|
],
|
|
"testFiles": [
|
|
"test.ts"
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "file:../core"
|
|
}
|
|
} |