startv
Version:
Navigation module for web hosted apps in TVs
44 lines (43 loc) • 930 B
JSON
{
"name": "startv",
"version": "1.1.2",
"description": "Navigation module for web hosted apps in TVs",
"main": "index.js",
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joaopedroffranco/starTv.git"
},
"keywords": [
"tv",
"navigation",
"samsung",
"webos",
"tizen",
"sony",
"panasonic",
"webhosted",
"plataform"
],
"author": "João Pedro Fabiano Franco",
"license": "ISC",
"bugs": {
"url": "https://github.com/joaopedroffranco/starTv/issues"
},
"homepage": "https://github.com/joaopedroffranco/starTv#readme",
"devDependencies": {
"babel-jest": "^23.4.0",
"jest": "^23.4.1",
"regenerator-runtime": "^0.12.0"
},
"jest": {
"verbose": true,
"testURL": "http://localhost/"
},
"dependencies": {
"babel-preset-es2015": "^6.24.1"
}
}