-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.13 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.13 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
51
{
"name": "clippy-music",
"version": "1.0.0",
"description": "A music/video/image server",
"main": "main.js",
"scripts": {
"build": "node build.js",
"start": "node -r source-map-support/register build/main.js",
"test": "node -r source-map-support/register test/index.js",
"update": "./update.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Deskbot/Clippy-Music"
},
"keywords": [
"music",
"video",
"image",
"server",
"LAN"
],
"author": "Thomas Richards",
"license": "UNLICENSED",
"dependencies": {
"cookie": "^0.4.0",
"crc-32": "^1.2.0",
"formidable": "^1.2.2",
"glob": "^7.1.6",
"html-entities": "^1.2.1",
"prompt": "^1.0.0",
"q": "^1.5.1",
"quelaag": "0.0.8",
"request": "^2.88.2",
"send": "^0.17.1",
"source-map-support": "^0.5.16",
"typescript": "^3.9.7",
"ws": "^5.2.2"
},
"devDependencies": {
"@types/cookie": "^0.3.3",
"@types/formidable": "^1.0.31",
"@types/html-entities": "^1.2.16",
"@types/node": "^12.12.30",
"@types/q": "^1.5.2",
"@types/request": "^2.48.4",
"@types/send": "^0.14.5",
"@types/ws": "^6.0.4",
"strict-event-emitter-types": "^2.0.0"
}
}