forked from jjclark1982/factorio-control-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 934 Bytes
/
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
{
"name": "factorio-control-panel",
"version": "1.5.4",
"description": "Web server to manage headless Factorio game server",
"repository": {
"type": "git",
"url": "https://github.com/bertieio/factorio-control-panel.git"
},
"main": "server.js",
"bin": {
"factorio-control-panel": "server.js"
},
"scripts": {
"test": "lib/test.js",
"postinstall": "ln -sf ../node_modules/purecss/build/pure.css static/"
},
"author": "Bertie Scott <b@bertie.io>",
"license": "MIT",
"dependencies": {
"ansi_up": "^1.3.0",
"basic-auth": "^1.0.4",
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"content-disposition": "^0.5.1",
"debug": "^2.2.0",
"event-stream": "^3.3.2",
"express": "^4.13.4",
"moment": "^2.13.0",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"pug": "^2.0.0-alpha7",
"purecss": "^0.6.0",
"request": "^2.72.0",
"vinyl-fs": "^2.4.3"
}
}