-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 925 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
32
{
"name": "battlescribe-stylesheet-killteam",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaeronAlagos/battlescribe-stylesheet-killteam.git"
},
"keywords": [],
"author": "Daeron Alagos",
"license": "ISC",
"bugs": {
"url": "https://github.com/DaeronAlagos/battlescribe-stylesheet-killteam/issues"
},
"homepage": "https://github.com/DaeronAlagos/battlescribe-stylesheet-killteam#readme",
"devDependencies": {
"browser-sync": "^2.26.12",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-html2pdf": "^0.1.3",
"gulp-inject": "^5.0.5",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-xslt": "git+https://github.com/DaeronAlagos/gulp-xslt.git",
"yargs": "^15.4.0"
}
}