-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.58 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
{
"name": "az-player",
"productName": "az! player",
"version": "0.6.4",
"description": "Reproductor de beatmaps de osu!",
"main": "main.js",
"scripts": {
"start": "set ELECTRON_IS_DEV=0 && electron .",
"dev": "electron .",
"sass": "sass assets/scss/styles.scss assets/css/styles.css --style compressed",
"sass:dev": "sass assets/scss/styles.scss assets/css/styles.css --watch",
"get-fonts": "get-google-fonts -o \"./assets/fonts\" -i \"https://fonts.googleapis.com/css?family=Nunito+Sans:400,700|Source+Sans+Pro&display=swap\"",
"build": "npm run sass && electron-builder",
"release": "npm run sass && electron-builder --publish always"
},
"sentryDSN": null,
"keywords": [],
"author": "AlexAzumi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AlexAzumi/az-player.git"
},
"bugs": {
"url": "https://github.com/AlexAzumi/az-player/issues",
"email": "alejandro-hdez115@outlook.com"
},
"homepage": "https://github.com/AlexAzumi/az-player",
"devDependencies": {
"bootstrap": "^4.3.1",
"electron": "^6.0.12",
"electron-builder": "^21.2.0",
"electron-rebuild": "^1.8.6",
"electron-reload": "^1.5.0",
"sass": "^1.23.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"@sentry/electron": "^0.17.4",
"angular": "^1.7.9",
"electron-is-dev": "^1.1.0",
"electron-log": "^3.0.8",
"electron-updater": "^4.1.2",
"get-google-fonts": "^1.2.0",
"jquery": "^3.5.0",
"mousetrap": "^1.6.3",
"n-readlines": "^1.0.0",
"slash": "^3.0.0"
}
}