1 | {
|
2 | "name": "@vtt-kit/droplet",
|
3 | "version": "1.0.0",
|
4 | "description": "Droplet tools",
|
5 | "main": ".",
|
6 | "scripts": {
|
7 | "test": "echo \"Error: no test specified\" && exit 1"
|
8 | },
|
9 | "repository": {
|
10 | "type": "git",
|
11 | "url": "git+ssh://git@gitlab.com/rogaldh/vtt-droplet.git"
|
12 | },
|
13 | "keywords": [
|
14 | "VTT",
|
15 | "FoundryVTT"
|
16 | ],
|
17 | "author": "rogaldh",
|
18 | "license": "MIT",
|
19 | "bugs": {
|
20 | "url": "https://gitlab.com/rogaldh/vtt-droplet/issues"
|
21 | },
|
22 | "homepage": "https://gitlab.com/rogaldh/vtt-droplet#readme",
|
23 | "dependencies": {
|
24 | "yarn": "^1.22.19"
|
25 | },
|
26 | "peerDependencies": {
|
27 | "pm2": "^5.2.0"
|
28 | }
|
29 | }
|