-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.45 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "crematory-windows-service",
"version": "1.0.0",
"description": "",
"directories": {
"bin": "./bin"
},
"bin": {
"service": "./bin/service"
},
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/stojnovsky/crematory-windows-service.git"
},
"author": "",
"engines": {
"node": ">=6.0"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/stojnovsky/crematory-windows-service/issues"
},
"homepage": "https://github.com/stojnovsky/crematory-windows-service#readme",
"dependencies": {
"express": "^4.14.0",
"mkdirp": "^0.5.1",
"pm2": "^2.2.2",
"socket.io": "^1.7.2"
},
"os": [
"win32",
"win64",
"linux"
],
"cpu": [
"x64",
"x86",
"arm"
],
"nexe": {
"input": "./app.js",
"output": "nexe^$",
"temp": "src",
"browserify": {
"requires": [],
"excludes": [],
"paths": []
},
"runtime": {
"framework": "node",
"version": "6.8.1",
"js-flags": "--use_strict",
"ignoreFlags": true
}
},
"crematory_service": {
"target": "crematory_test",
"port": 33333,
"host": "127.0.0.1"
}
}