-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 KB
/
package.json
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": "descent",
"version": "1.8.13",
"description": "Elegant now playing display for Last.fm showing song metadata and local weather.",
"keywords": [
"descent",
"last.fm",
"lastfm",
"scrobble",
"hud",
"kiosk"
],
"license": "MIT",
"homepage": "https://descent.live",
"bugs": "https://github.com/JasonPuglisi/descent/issues",
"repository": "github:JasonPuglisi/descent",
"author": "Jason Puglisi <[email protected]> (https://www.jasonpuglisi.com)",
"main": "server.js",
"type": "module",
"scripts": {
"test": "scripts/build_and_test.sh"
},
"private": true,
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.1",
"gulp": "^5.0.0",
"node-fetch": "^3.3.2",
"pug": "^3.0.3"
},
"devDependencies": {
"browser-sync": "^3.0.3",
"eslint": "^9.14.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-nodemon": "^2.5.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"sass": "^1.80.6"
}
}