-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "vhsapi",
"version": "1.0.0",
"description": "A simple metric'ish API with no auth backed by Redis",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vhs/api.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vhs/api/issues"
},
"homepage": "https://github.com/vhs/api#readme",
"dependencies": {
"@hapi/hapi": "^20.2.1",
"@hapi/inert": "^6.0.5",
"@hapi/vision": "^6.1.0",
"bunyan": "^1.4.0",
"convict": "^6.2.4",
"crypto-js": "^4.2.0",
"debug": "^4.3.3",
"handlebars": "^4.7.7",
"handlebars-layouts": "^3.1.0",
"hapi-pino": "^9.1.1",
"influx": "^5.9.2",
"pino-pretty": "^7.5.1"
},
"devDependencies": {
"axios": "^0.25.0",
"eslint": "^8.8.0",
"eslint-config-xo": "^0.39.0",
"gulp": "^5.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^8.0.0",
"jshint": "^2.13.4",
"jshint-stylish": "^2.2.1",
"mocha": "^9.2.0"
}
}