-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "webradio",
"version": "1.0.0",
"description": "This is an application to share an audio stream via internet.",
"main": "webRadio.js",
"directories": {
"test": "test"
},
"dependencies": {
"audio-mixer": "^0.0.1",
"body-parser": "^1.14.2",
"av": "^0.4.7",
"audiobuffer": "^0.2.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"bootstrap-select": "^1.10.0",
"crypto": "^0.0.3",
"jade": "^1.11.0",
"aac": "^0.1.0",
"lame": "^1.2.3",
"flac.js": "^0.2.1",
"multer": "^1.1.0",
"mysql": "^2.9.0",
"mp3": "^0.1.0",
"jsdoc": "^3.4.0",
"throttle": "^1.0.3",
"nodemon": "^1.9.2",
"util": "^0.10.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node webRadio.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/PaoloGastaldi/tesina.git"
},
"author": "Paolo Gastaldi <[email protected]>",
"license": "ISC",
"homepage": "https://bitbucket.org/PaoloGastaldi/tesina#readme",
"keywords": [
"audio",
"read",
"stream"
]
}