@blackpixel/framer-focusengine
Version:
Simulate the grid focus behavior seen on streaming media players like Apple TV and Roku.
35 lines (34 loc) • 750 B
JSON
{
"name": "@blackpixel/framer-focusengine",
"version": "1.4.0",
"description": "Simulate the grid focus behavior seen on streaming media players like Apple TV and Roku.",
"homepage": "https://github.com/bpxl-labs/FocusEngine",
"repository": {
"type": "git",
"url": "git://github.com/bpxl-labs/FocusEngine.git"
},
"bugs": {
"url": "https://github.com/bpxl-labs/FocusEngine/issues"
},
"main": "FocusEngine.coffee",
"author": "Black Pixel",
"license": "MIT",
"keywords": [
"framerjs",
"framer",
"coffeescript",
"focus",
"tv"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"coffeeify": "^2.1.0"
},
"browserify": {
"transform": [
"coffeeify"
]
}
}