-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 968 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
40
41
42
43
44
{
"name": "noisedot",
"version": "1.0.0",
"description": "noisedot is a webapp where sound samples are posted on a map",
"main": "backend.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamieRollison/noisedot.git"
},
"keywords": [
"web",
"app",
"sound",
"samples",
"audio",
"social",
"media",
"field",
"recordings",
"music",
"geolocation",
"maps",
"music",
"production",
"noise"
],
"author": "Owen Cushing, Jamie Rollison",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jamieRollison/noisedot/issues"
},
"homepage": "https://github.com/jamieRollison/noisedot#readme",
"dependencies": {
"express": "^4.17.2",
"firebase": "^9.6.4",
"firebase-admin": "^10.0.2",
"node-fetch": "^3.2.0",
"path": "^0.12.7",
"uuid": "^8.3.2"
}
}