-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "elements-navigation",
"version": "1.0.0",
"main": "elements-navigation.js",
"description": "A simple and flexible library for navigation between focusable elements using a remote control or keyboard.",
"author": {
"name": "Airton Everton",
"email": "ayrtoneverton@gmail.com",
"url": "https://github.com/ayrtoneverton"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ayrtoneverton/elements-navigation.git"
},
"bugs": {
"url": "https://github.com/ayrtoneverton/elements-navigation/issues",
"email": "ayrtoneverton@gmail.com"
},
"homepage": "https://ayrtoneverton.github.io/elements-navigation/",
"scripts": {
"build": "cd src-react && npm i && npm run build"
},
"keywords": [
"elements", "navigation", "navigation-component",
"dom", "focus", "keyboard", "remote-control", "front-end", "react",
"tv", "smart-tv", "tv-apps"
]
}