-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 865 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 865 Bytes
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
{
"name": "hostframe",
"version": "0.1.0",
"description": "1:N express server for TriNet",
"main": "index.js",
"scripts": {
"test": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tritiumNetworks/HostFrame.git"
},
"author": "TriNet / PMH",
"license": "MIT",
"bugs": {
"url": "https://github.com/tritiumNetworks/HostFrame/issues"
},
"homepage": "https://github.com/tritiumNetworks/HostFrame#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.3",
"knex": "^0.21.1",
"mysql": "^2.18.1",
"socket.io": "^2.3.0"
}
}