-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
53
{
"name": "conventional-changelog-keep-changelog",
"version": "1.0.0",
"description": "conventional-changelog keep-changelog preset",
"main": "index.js",
"scripts": {
"lint": "eslint --fix .",
"test": "mocha --timeout 30000 && npm run-script lint",
"test-windows": "mocha --timeout 30000"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
},
"keywords": [
"conventional-changelog",
"keep-changelog",
"preset"
],
"files": [
"conventional-changelog.js",
"conventional-recommended-bump.js",
"index.js",
"parser-opts.js",
"writer-opts.js",
"templates"
],
"author": "georgi-bozhinov",
"license": "ISC",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/georgi-bozhinov/conventional-changelog-keep-changelog#readme",
"dependencies": {
"compare-func": "^1.3.2",
"q": "^1.5.1"
},
"devDependencies": {
"better-than-before": "^1.0.0",
"git-dummy-commit": "^1.2.0",
"through2": "^2.0.0",
"shelljs": "^0.8.0",
"chai": "^4.1.2",
"eslint": "^5.4.0",
"conventional-changelog-core": "^3.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.2.0"
}
}