-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"bugs": {
"url": "https://github.com/stellar-fox/quasar/issues"
},
"contributors": [
{
"name": "Grzegorz Szadkowski"
},
{
"name": "drmats",
"email": "xcmats@protonmail.com",
"url": "https://twitter.com/xcmats/"
}
],
"dependencies": {
"@xcmats/js-toolbox": "^0.6.13",
"app-root-path": "^2.1.0",
"check-env": "^1.3.0",
"gulp": "^4.0.0",
"gulp-hub": "^0.8.0",
"gulp-shell": "^0.6.5",
"influx": "^5.0.0-alpha.4",
"js-yaml": "^3.12.0",
"log": "^1.4.0",
"mkdirp": "^0.5.1",
"pg": "^7.6.1"
},
"description": "Orchestrator",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"rimraf": "^2.6.2"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=6.0.0"
},
"homepage": "https://github.com/stellar-fox/quasar",
"keywords": [
"quasar",
"orchestrator",
"docker",
"compose",
"stellar"
],
"license": "Apache-2.0",
"main": "gulpfile.js/index.js",
"name": "@stellar-fox/quasar",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/stellar-fox/quasar.git"
},
"scripts": {
"clean:modules": "rimraf package-lock.json && rimraf node_modules",
"lint": "eslint ./gulpfile.js/",
"test": "npm run lint && echo \"Warning: no tests specified (yet)\""
},
"version": "0.0.1"
}