UNPKG

568 BJSONView Raw
1{
2 "name": "hops-config",
3 "version": "13.4.2",
4 "description": "Hops core configuration",
5 "keywords": [
6 "hops",
7 "config"
8 ],
9 "license": "MIT",
10 "engines": {
11 "node": "12 || 14 || 15"
12 },
13 "main": "index.js",
14 "esnext:main": "browser.js",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/xing/hops.git"
18 },
19 "dependencies": {
20 "depd": "^2.0.0",
21 "hops-bootstrap": "^13.4.2"
22 },
23 "homepage": "https://github.com/xing/hops/tree/master/packages/config#readme",
24 "gitHead": "e4c799feb860140388556ce0c8e48ed38b3121c5"
25}