-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 837 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 837 Bytes
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": "skiponradio-radioplayer",
"version": "1.0.0",
"description": "Reference implementation of the streamABC player SDK for SkipOnRadio for Radioplayer console.",
"main": "./console/js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/http-server ./console"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streamABC/skiponradio-radioplayer.git"
},
"keywords": [
"player",
"radioplayer",
"reference",
"sdk"
],
"author": "Peter Teich <teich@streamabc.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/streamABC/skiponradio-radioplayer/issues"
},
"homepage": "https://github.com/streamABC/skiponradio-radioplayer#readme",
"devDependencies": {
"http-server": "^0.11.1"
}
}