-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1016 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "magik-hooks",
"version": "1.1.3",
"description": "Tiny utility to manage git hooks in Node.js",
"main": "src/magik-hooks.js",
"scripts": {
"test": "eslint ./src && tape './src/**/*.spec.js'"
},
"keywords": [
"applypatch-msg",
"commit",
"commit-msg",
"dev",
"development",
"git",
"git hook",
"hook",
"hooks",
"magikMaker",
"pre-applypatch",
"pre-commit",
"pre-push",
"pre-rebase",
"pre-receive",
"prepare-commit-msg",
"post-applypatch",
"post-checkout",
"post-commit",
"post-merge",
"post-receive",
"push",
"update",
"utilily"
],
"homepage": "https://github.com/magikMaker/magik-hooks",
"repository": {
"type": "git",
"url": "git@github.com:magikMaker/magik-hooks.git"
},
"bugs": {
"url": "https://github.com/magikMaker/magik-hooks/issues"
},
"author": "Bjørn Wikkeling",
"license": "MIT",
"devDependencies": {
"eslint": "2.13.1",
"tape": "4.6.0"
}
}