-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
34
35
36
37
38
39
40
41
{
"name": "pawtunes-radio-player",
"description": "Discover PawTunes, The Ultimate HTML5 Internet Radio Player with Purrfect Visuals, Customizable Templates, and Clean Code. Built for Pros, Loved by Cats!",
"homepage": "https://prahec.com/pawtunes",
"author": "Jaka Prašnikar",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/Jackysi/PawTunes.git"
},
"license": "MPL-2.0",
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "gulp dev",
"build": "gulp build",
"release": "node paw-release.js"
},
"devDependencies": {
"archiver": "^7.0.1",
"auto-changelog": "^2.5.0",
"esbuild": "0.25.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-concat": "^2.6.1",
"gulp-esbuild": "^0.12.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"ignore": "^6.0.2",
"ordered-read-streams": "^2.0.0",
"sass": "1.78.0",
"typescript": "^5.5.3"
},
"dependencies": {
"audiomotion-analyzer": "^4.5.0"
}
}