-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-vanilla.json
39 lines (39 loc) · 1.08 KB
/
package-vanilla.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
{
"name": "Vanilla - BWS",
"version": "1.0.0",
"description": "A vanilla NodeJS server implementation!",
"private": false,
"main": "server.js",
"bin": {},
"scripts": {
"debug": "gulp default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thebrenny/brenny-web-server.git"
},
"author": "TheBrenny <[email protected]>",
"contributors": [
"Jarod Brennfleck <[email protected]>"
],
"keywords": [],
"license": "See license.md",
"bugs": {
"url": "https://github.com/thebrenny/brenny-web-server/issues"
},
"homepage": "https://github.com/thebrenny/brenny-web-server#readme",
"dependencies": {
"dotenv": "^16.0.3",
"mysql2": "^3.0.1",
"node-fetch": "^2.6.1",
"scetch": "^1.6.0"
},
"devDependencies": {
"browser-sync": "^2.27.11",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.5.0",
"gulp-sass": "^5.1.0",
"sass": "^1.57.1",
"nodemon": "^2.0.20"
}
}