UNPKG

731 BJSONView Raw
1{
2 "name": "qewd_installer",
3 "repository": {
4 "type": "git",
5 "url": "git+https://github.com/robtweed/qewd.git"
6 },
7 "version": "1.1.0",
8 "description": "QEWD installer",
9 "main": "index.js",
10 "dependencies": {
11 "qewd": "^2.23.0"
12 },
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1",
15 "setup": "node ./node_modules/qewd/installers/setup",
16 "install_gtm": "sh ./node_modules/qewd/installers/install_gtm_only.sh",
17 "install_yottadb": "sh ./node_modules/qewd/installers/install_yottadb_only.sh",
18 "install_redis": "sh ./node_modules/qewd/installers/install_redis_only.sh"
19 },
20 "author": "Rob Tweed, M/Gateway Developments Ltd",
21 "license": "Apache-2.0"
22}