46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "jibo-radio",
|
|
"version": "2.0.6",
|
|
"description": "Streaming radio player plugin",
|
|
"main": "lib/jibo-radio.js",
|
|
"typings": "lib/dts/index.d.ts",
|
|
"scripts": {
|
|
"test": "gulp test && istanbul report && npm run coverage:check",
|
|
"test:report": "gulp test-report",
|
|
"coverage:check": "istanbul check-coverage --statements 0 --branches 0 --functions 0 --lines 0",
|
|
"build": "gulp debug",
|
|
"build:release": "gulp",
|
|
"clean": "gulp clean-all",
|
|
"watch": "gulp watch",
|
|
"docs": "gulp docs",
|
|
"docs:public": "gulp docs-public"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^6.0.0",
|
|
"axios": "mividtim/axios#jibo",
|
|
"hls.js": "^0.8.7",
|
|
"icecast": "^1.3.1",
|
|
"jibo-cai-utils": "^6.0.0",
|
|
"jibo-common-types": "^4.0.0",
|
|
"jibo-log": "^5.0.0",
|
|
"jibo-typed-events": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hls.js": "^0.7.7",
|
|
"gulp": "^3.9.1",
|
|
"istanbul": "^0.4.5",
|
|
"jibo-gulp": "^8.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.jibo.com:sdk/sdk.git"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"dts"
|
|
],
|
|
"license": "ISC"
|
|
} |