forked from Hexlet/hexletguides.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 870 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
{
"name": "hexletguides.github.io",
"version": "1.0.0",
"simple-git-hooks": {
"pre-push": "make lint"
},
"description": "[Live Demo](https://wowthemesnet.github.io/affiliates-jekyll-theme/) | [Docs & Download](https://bootstrapstarter.com/template-affiliates-bootstrap-jekyll/) | [Buy me a coffee](https://www.wowthemes.net/donate/)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hexlet/hexletguides.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hexlet/hexletguides.github.io/issues"
},
"homepage": "https://github.com/Hexlet/hexletguides.github.io#readme",
"dependencies": {
"bootstrap": "^5.0.1"
},
"devDependencies": {
"simple-git-hooks": "^2.5.1"
}
}