-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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": "app",
"version": "1.0.0",
"description": "placeholder",
"main": "app.js",
"dependencies": {
"connect-livereload": "^0.6.1",
"express": "^4.17.1",
"fast-glob": "^3.2.5",
"file-set": "^4.0.1",
"glob": "^7.1.6",
"globby": "^11.0.2",
"jshint": "^2.12.0",
"livereload": "^0.9.1",
"nodemon": "^2.0.6",
"pug": "^3.0.0",
"puppeteer": "^7.1.0",
"webpack": "^5.11.1"
},
"devDependencies": {
"browser-sync": "^2.26.14"
},
"scripts": {
"dev": "nodemon app/app.js",
"ui": "browser-sync start --config app/bs-config.js",
"testdefuser": "app/defuser.js"
},
"tasks": {
"runMe": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/kobykotiv/tuxink.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kobykotiv/tuxink/issues"
},
"homepage": "https://github.com/kobykotiv/tuxink#readme"
}