-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 923 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 923 Bytes
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": "dnd-character-sync",
"version": "0.11.0",
"description": "A Chrome extension that grabs your Dungeons & Dragons character's stats from various platforms like D&D Beyond and Shieldmaiden.",
"scripts": {
"gulp": "gulp",
"export": "gulp export",
"export:firefox": "gulp export:firefox",
"export:edge": "gulp export:edge",
"export:all": "gulp export:all",
"build:firefox": "gulp build:firefox",
"watch:firefox": "gulp watch:firefox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HarmlessHarm/CharacterSync.git"
},
"author": "Harm Manders & Key Roos",
"homepage": "https://github.com/HarmlessHarm/CharacterSync#readme",
"devDependencies": {
"@types/gulp": "^4.0.10",
"@types/gulp-concat": "^0.0.33",
"babel": "^6.23.0",
"esm": "^3.2.25",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-zip": "^5.1.0",
"web-ext": "^7.4.0"
}
}