-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 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
37
38
39
40
41
42
43
{
"name": "ybigh",
"version": "1.0.0",
"description": "Ybigh personality project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node poc/ybserver-min.js",
"dev": "node poc/ybserver.js",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/billp72/Ybigh.git"
},
"author": "William R Pope <epop.bill@gmail.com> (http://netcreative.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/billp72/Ybigh/issues"
},
"homepage": "https://github.com/billp72/Ybigh#readme",
"dependencies": {
"axios": "^1.7.9",
"body-parser": "1.18.3",
"client-sessions": "0.8.0",
"ejs": "2.6.1",
"express": "4.16.3",
"express-device": "0.4.2",
"gulp-uglify": "^3.0.2",
"mariadb": "2.0.1-beta",
"mysql": "2.16.0",
"net-browserify": "^0.2.4",
"node-polyfill-webpack-plugin": "^4.1.0",
"tls-browserify": "^0.2.2",
"yamlparser": "^0.0.2"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-minify": "3.1.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}