-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 866 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
{
"name": "@frosttusk/ginger",
"version": "0.1.5",
"description": "Give Instruction Next Gain Exciting Result",
"author": "Mathijs Hubrechtsen frosttusk@gmail.com",
"license": "SEE LICENSE IN LICENSE file",
"repository": {
"type": "git",
"url": "https://github.com/FrostTusk/G.I.N.G.E.R."
},
"main": "core/ginger.js",
"dependencies": {
"express": "^4.17.1",
"moment": "^2.24.0",
"@senzil/cec-monitor": "^2.1.0",
"node-watch": "^0.6.4",
"nodemailer": "^6.4.11"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jsdoc": "^3.6.6"
}
}