forked from death-save/maestro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 874 Bytes
/
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
{
"name": "maestro",
"version": "0.9.0",
"description": "Adds new audio features to Foundry VTT",
"main": "maestro.js",
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.238.0",
"@pixi/jsdoc-template": "^2.6.0",
"@types/jquery": "^3.5.6",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.2",
"jquery": "^3.5.1",
"jsdoc-to-markdown": "^6.0.1",
"node-fetch": "^2.6.7",
"typescript": "^4.5.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/death-save/maestro.git"
},
"author": "Evan Clarke (errational)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/death-save/maestro/issues"
},
"homepage": "https://github.com/death-save/maestro#readme"
}