forked from kakaroto/Beyond20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.36 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
{
"name": "beyond20",
"version": "2.1.1",
"description": "Beyond20: D&D Beyond & Roll20/Foundry VTT Integration",
"directories": {
"doc": "docs"
},
"scripts": {
"gulp": "gulp",
"clean": "gulp clean",
"build": "run-s clean build:*",
"build:firefox": "gulp build-firefox",
"build:chrome": "gulp build-chrome",
"package": "run-s build package:*",
"package:chrome": "web-ext build --source-dir=./build/chrome/ --artifacts-dir=./build/chrome/web-ext-artifacts/",
"package:firefox": "web-ext build --source-dir=./build/firefox/ --artifacts-dir=./build/firefox/web-ext-artifacts/",
"start:chrome": "web-ext run -t chromium --source-dir ./build/chrome/",
"start:firefox": "web-ext run --source-dir ./build/firefox/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kakaroto/Beyond20.git"
},
"keywords": [],
"author": "",
"license": "GNU",
"bugs": {
"url": "https://github.com/kakaroto/Beyond20/issues"
},
"homepage": "https://beyond20.here-for-more.info",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"npm-run-all": "^4.1.5",
"web-ext": "^4.2.0",
"gulp-clean": "^0.4.0",
"gulp-rename": "^2.0.0"
}
}