-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.25 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.25 KB
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
{
"name": "brew_controller_server",
"description": ",-----.,--. ,--. ,---. ,--.,------. ,------. ' .--./| | ,---. ,--.,--. ,-| || o \\ | || .-. \\ | .---' | | | || .-. || || |' .-. |`..' | | || | \\ :| `--, ' '--'\\| |' '-' '' '' '\\ `-' | .' / | || '--' /| `---. `-----'`--' `---' `----' `---' `--' `--'`-------' `------' -----------------------------------------------------------------",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Cohbra11/Brew-Control-2.git"
},
"keywords": [
"webserver",
"nodejs",
"expressjs"
],
"author": "Brian Thornton <centeraxis@comcast.net>",
"bugs": {
"url": "https://github.com/Cohbra11/Brew-Control-2/issues"
},
"homepage": "https://github.com/Cohbra11/Brew-Control-2#readme",
"dependencies": {
"async": "0.2.10",
"express": "^3.2.6",
"formidable": "^1.1.1",
"jquery": "3.1.1",
"jquery-ui": "1.11.4",
"mysql": "2.12.0",
"pug": "2.0.0-beta6",
"socket.io": "0.9.17",
"xml2js": "0.4.17"
},
"devDependencies": {},
"license": "ISC"
}