-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.02 KB
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
{
"name": "@emanprague/cz-redmine-smart-commit",
"version": "1.0.0",
"description": "A commitizen adapter for Redmine smart commits",
"main": "index.js",
"scripts": {
"test": "mocha index.test"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eManPrague/cz-redmine-smart-commit"
},
"keywords": [
"commitizen",
"commitizen adapter",
"redmine",
"redmine smart commit"
],
"author": "Jan Strnadek <jan.strnadek@eman.cz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eManPrague/cz-redmine-smart-commit/issues"
},
"homepage": "https://github.com/eManPrague/cz-redmine-smart-commit/",
"devDependencies": {
"chai": "4.2.0",
"mocha": "7.1.0",
"sinon": "9.0.0",
"sinon-chai": "3.5.0"
},
"dependencies": {
"conventional-commit-types": "^3.0.0",
"current-git-branch": "^1.1.0",
"inquirer": "^7.0.6",
"lodash.map": "^4.6.0",
"longest": "^2.0.1",
"right-pad": "^1.0.1"
}
}