@ndxlabs/ndx-js
Version:
NDX connects audiences with information in movies and television.
49 lines (48 loc) • 1 kB
JSON
{
"name": "@ndxlabs/ndx-js",
"version": "2.3.0",
"description": "NDX connects audiences with information in movies and television.",
"author": "NDX <sales@ndx.video>",
"homepage": "https://ndx.video",
"repository": {
"url": "https://github.com/ndxlabs/ndx-js.git",
"type": "git"
},
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ndxlabs/ndx-js/issues"
},
"main": "index.js",
"unpkg": "dist/ndx.umd.min.js",
"files": [
"dist",
"types",
"images",
"index.js"
],
"keywords": [
"video",
"advertising",
"ott",
"firetv"
],
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"bowser": "^2.5.2",
"fast-copy": "^2.0.3",
"js-base64": "^2.5.1",
"nanoid": "^2.0.1",
"prop-types": "^15.7.2",
"react-easy-state": "^6.1.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all",
"last 2 versions"
]
}