-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "@w12/conventional-changelog",
"version": "1.0.1",
"description": "W12 conventional changelog based on angular preset",
"main": "index.js",
"scripts": {
"lint": "eslint --fix .",
"gen-release": "conventional-github-releaser -p angular",
"test": "mocha --timeout 30000 && npm run-script lint",
"test-windows": "mocha --timeout 30000"
},
"repository": {
"type": "git",
"url": "https://github.com/w12-platform/conventional-changelog.git"
},
"keywords": [
"conventional-changelog",
"angular",
"preset"
],
"files": [
"conventional-changelog.js",
"conventional-recommended-bump.js",
"index.js",
"parser-opts.js",
"writer-opts.js",
"templates"
],
"author": "Kirill Khoroshilov <[email protected]>",
"engines": {
"node": ">=6.9.0"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/w12-platform/conventional-changelog/issues"
},
"homepage": "https://github.com/w12-platform/conventional-changelog#readme",
"devDependencies": {
"better-than-before": "^1.0.0",
"conventional-changelog-core": "^3.1.0",
"conventional-github-releaser": "^3.1.2",
"git-dummy-commit": "^1.2.0",
"shelljs": "^0.8.0",
"through2": "^2.0.0"
},
"dependencies": {
"compare-func": "^1.3.1",
"q": "^1.5.1"
}
}