-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.22 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.22 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "apiexec",
"productName": "APIexec",
"version": "1.0.0",
"repository": "apiexec/nodejs",
"homepage": "https://apiexec.com",
"bugs": {
"url": "https://github.com/apiexec/nodejs/issues"
},
"author": {
"name": "Tom Softreck",
"email": "tom@softreck.com"
},
"description": "portable version of express app",
"keywords": [
"Project",
"Manager",
"Generator",
"Folder",
"WebUI",
"GUI",
"terminal",
"bash",
"shell",
"scripts",
"portable",
"pwa"
],
"private": true,
"scripts": {
"preelectron-pack": "npm run react-build && npm run server-build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "server.js",
"dependencies": {
"app": "^0.1.0",
"basic-auth": "^2.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"fs-path": "0.0.24",
"http-errors": "~1.6.2",
"ini": "^1.3.5",
"linebyline": "^1.3.0",
"morgan": "~1.9.0",
"nan": "^2.14.0",
"node-gyp": "^6.1.0",
"opn": "^5.3.0",
"os-homedir": "^1.0.2",
"papaparse": "^4.6.0",
"pug": "^2.0.4",
"shelljs": "^0.8.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}