UNPKG

605 BJSONView Raw
1{
2 "name": "hops-config",
3 "version": "12.5.0",
4 "description": "Hops core configuration",
5 "keywords": [
6 "hops",
7 "config"
8 ],
9 "license": "MIT",
10 "engines": {
11 "node": "10 || 12 || 13 || 14"
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": "^12.5.0",
22 "hops-webpack": "^12.5.0"
23 },
24 "homepage": "https://github.com/xing/hops/tree/master/packages/config#readme",
25 "gitHead": "6b43b9374c832eb9381c5abe875219a46d2a52a3"
26}