-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
27 lines (27 loc) · 910 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
{
"name": "awesome-git-hooks",
"version": "1.0.0",
"description": "<h1 align=\"center\">\r <a href=\"https://git-scm.com/\">\r <img width=\"455\" src=\"https://github.com/compscilauren/awesome-git-hooks/blob/master/git-logo.png\" alt=\"Awesome Git Hooks\"></a><br>Awesome Git Hooks\r </h1>",
"main": "index.js",
"dependencies": {
"awesome-lint": "^0.11.0"
},
"devDependencies": {
"bats": "^1.1.0",
"bats-mock": "^1.0.1"
},
"scripts": {
"lint": "awesome-lint https://github.com/CompSciLauren/awesome-git-hooks",
"test": "npm run lint && bats tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CompSciLauren/awesome-git-hooks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CompSciLauren/awesome-git-hooks/issues"
},
"homepage": "https://github.com/CompSciLauren/awesome-git-hooks#readme"
}