-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.2 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
42
43
44
45
46
47
48
49
{
"name": "portera",
"version": "0.1.2",
"description": "Remote awesome logs for node",
"main": "./lib/portera.js",
"bin": {
"portera": "./bin/app.js"
},
"dependencies": {
"chalk": "^4.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"socket.io": "^2.2.0",
"stdio": "^2.1.1"
},
"devDependencies": {
"autoprefixer": "^9.8.0",
"eslint": "^7.0.0",
"eslint-config-google": "^0.14.0",
"postcss": "^7.0.30",
"postcss-cli": "^7.1.1",
"postcss-import": "^12.0.1",
"tailwindcss": "^1.4.6"
},
"scripts": {
"start": "node ./bin/app.js",
"dev": "nodemon ./bin/app.js",
"debug": "nodemon --inspect ./bin/app.js",
"postcss": "postcss -c postcss.config.js -o ./bin/public/portera.css ./bin/public/css/*.pcss"
},
"author": "Carlos Segura <romheat@gmail.com> (https://github.com/csegura)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/csegura/portera.git"
},
"keywords": [
"logs",
"node",
"remote",
"console",
"alternative",
"web logs"
],
"bugs": {
"url": "https://github.com/csegura/portera/issues"
},
"homepage": "https://csegura.github.io/portera/"
}