-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 867 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
{
"name": "node_foobar_controller",
"version": "1.0.0",
"description": "Node.js server and web app for controlling a Foobar2000 instance",
"main": "server.js",
"dependencies": {
"bootstrap": "4.3.1",
"bootswatch": "4.3.1",
"express": "^4.19.2",
"jquery": "^3.5.0",
"nconf": "^0.12.0",
"open-iconic": "^1.1.1",
"popper.js": "^1.14.7",
"request": "^2.88.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schrock/node_foobar_controller.git"
},
"author": "Mitchell Schrock",
"license": "MIT",
"bugs": {
"url": "https://github.com/schrock/node_foobar_controller/issues"
},
"homepage": "https://github.com/schrock/node_foobar_controller#readme"
}