-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.06 KB
/
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
50
51
52
{
"name": "magik-commit",
"version": "1.0.2",
"description": "Automagically adds the Jira ticket ID to the Git commit message.",
"main": "./src/lib/index.js",
"scripts": {
"postinstall": "node ./src/bin/install.js",
"preuninstall": "node ./src/bin/uninstall.js",
"test": "eslint ./src && tape './src/**/*.spec.js'"
},
"keywords": [
"bitbucket",
"branch",
"branch name",
"commit",
"commit message",
"git",
"githook",
"githooks",
"hook",
"hooks",
"jira",
"magikMaker",
"npm",
"ticket",
"issue"
],
"homepage": "https://github.com/magikMaker/magik-commit",
"repository": {
"type": "git",
"url": "git@github.com:magikMaker/magik-commit.git"
},
"bugs": {
"url": "https://github.com/magikMaker/magik-commit/issues"
},
"author": "Bjørn Wikkeling",
"license": "MIT",
"os": [
"!win32"
],
"dependencies": {
"magik-hooks": "*"
},
"devDependencies": {
"eslint": "2.13.1",
"tape": "4.6.0"
},
"engines": {
"node": ">=5.0.0",
"npm": ">= 3.0.0"
}
}