-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "10er10",
"version": "1.0.0",
"description": "10er10 is an HTML5 audio jukebox. It works on Firefox 4+ and Chromium/Chrome.",
"main": "node/server.js",
"engines": {
"node": ">=10"
},
"directories": {
"doc": "doc"
},
"scripts": {
"swagger": "swagger-jsdoc -d node/swagger.js -o doc/doc.yaml"
},
"repository": {
"type": "git",
"url": "https://github.com/dready92/10er10"
},
"author": "Michael Bailly <[email protected]>",
"bugs": {
"url": "https://github.com/dready92/10er10/issues"
},
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"debug": "^4.1.1",
"express": "^4.17.1",
"gm": "^1.23.1",
"mime": "^2.4.4",
"mmmagic": "^0.5.3",
"mongodb": "^3.2.7",
"morgan": "^1.9.1",
"musicmetadata": "^2.0.5",
"ncouch": ">=1.0.0",
"nodemailer": "~0.5.3",
"pause": "^0.1.0",
"prompt": "^0.2.14",
"qs": "^6.7.0",
"serve-favicon": "^2.5.0",
"swagger-jsdoc": "^3.4.0",
"vhost": "^3.0.2",
"ws": "^7.1.0"
},
"devDependencies": {
"cypress": "^3.4.0",
"d10-fixtures": "github:dready92/d10-fixtures",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2"
}
}