forked from puzzle-bbt/training-sbb-puzzle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 824 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
33
{
"name": "training-sbb-puzzle-hugo",
"version": "1.0.0",
"description": "Ausbildung SBB / Puzzle",
"repository": {
"type": "git",
"url": "git+https://github.com/puzzle-bbt/training-sbb-puzzle.git"
},
"author": "Puzzle ITC",
"dependencies": {
"autoprefixer": "^10.0.0",
"husky": "^5.0.0",
"postcss": "^8.0.0",
"postcss-cli": "^8.0.0"
},
"scripts": {
"mdlint": "markdownlint --config .markdownlint.json content *.md",
"prepare": "husky install"
},
"bugs": {
"url": "https://github.com/puzzle-bbt/training-sbb-puzzle/issues"
},
"homepage": "https://github.com/puzzle-bbt/training-sbb-puzzle#readme",
"devDependencies": {
"markdownlint-cli": "0.27.1"
},
"main": "index.js",
"keywords": [],
"license": "ISC",
"directories": {
"doc": "docs"
}
}