forked from segler-alex/radiobrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 862 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
30
31
32
33
{
"name": "radiobrowser",
"version": "1.0.0",
"description": "website frontend with angular 1.x for [radio-browser api](https://github.com/segler-alex/radiobrowser-api-rust)",
"private": "true",
"dependencies": {
"@uirouter/angularjs": "1.0.26",
"angular": "1.8.0",
"angular-ui-bootstrap": "2.5.6",
"bootstrap": "3.4.1",
"chart.js": "2.9.3",
"jquery": "3.5.1"
},
"devDependencies": {
"eslint": "7.4.0",
"gulp": "4.0.2",
"gulp-connect": "5.7.0"
},
"scripts": {
"start": "gulp production",
"dev": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/segler-alex/radiobrowser.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/segler-alex/radiobrowser/issues"
},
"homepage": "https://github.com/segler-alex/radiobrowser#readme"
}