forked from miguel76/audioquery-server
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1015 Bytes
/
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
{
"name": "audioquery-server",
"version": "1.0.0",
"description": "Playsound code",
"main": "index.js",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arianestolfi/audioquery-server.git"
},
"author": "[email protected]",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/arianestolfi/audioquery-server/issues"
},
"homepage": "https://github.com/arianestolfi/audioquery-server#readme",
"dependencies": {
"angular-draggable": "^1.0.1",
"audio-loader": "^1.0.3",
"cookie-parser": "^1.4.3",
"express": "^4.17.1",
"http": "0.0.0",
"lodash": "^4.17.15",
"morgan": "^1.10.0",
"node-yaml": "^3.1.1",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1",
"uuid": "^3.3.2",
"web-audio-player": "^1.3.2"
},
"engines" : {
"node" : "10.13.0"
}
}