15 lines
260 B
JSON
Raw Normal View History

2017-11-30 10:34:34 -08:00
{
"name": "gyro-sensor",
2017-11-30 10:37:59 -08:00
"description": "Gyro Sensor support",
2017-11-30 10:34:34 -08:00
"files": [
"README.md",
"gyro.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}