-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "radioblaster",
"version": "0.1.0",
"description": "Web services for radio apps",
"main": "server.js",
"scripts": {
"lint": "eslint '**/*.js'",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/J909/radioblaster.git"
},
"author": "Jonas Hinn",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/J909/radioblaster/issues"
},
"homepage": "https://github.com/J909/radioblaster#readme",
"dependencies": {
"@google-cloud/storage": "^1.7.0",
"base62": "^2.0.0",
"body-parser": "^1.18.3",
"crypto-js": "^3.1.9-1",
"express": "^4.16.4",
"firebase-admin": "^6.4.0",
"got": "^9.3.2",
"icecast-parser": "^3.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.template": "^4.4.0",
"moment": "^2.22.2"
},
"devDependencies": {
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "^1.15.3"
}
}