forked from mdbootstrap/mdb-docs-and-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 784 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
{
"name": "mdb-docs-and-content",
"version": "1.0.0",
"description": "The following repository contains content of the mdbootstrap.com website, especially documentation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdbootstrap/mdb-docs-and-content.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdbootstrap/mdb-docs-and-content/issues"
},
"homepage": "https://github.com/mdbootstrap/mdb-docs-and-content#readme",
"devDependencies": {
"husky": "^4.2.5",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1"
}
}