UNPKG

1.44 kBJSONView Raw
1{
2 "name": "conventional-changelog",
3 "version": "3.0.4",
4 "description": "Generate a changelog from git metadata",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/conventional-changelog/conventional-changelog.git"
8 },
9 "keywords": [
10 "conventional-changelog",
11 "conventional",
12 "changelog",
13 "log"
14 ],
15 "engines": {
16 "node": ">=6.9.0"
17 },
18 "license": "MIT",
19 "files": [
20 "index.js"
21 ],
22 "contributors": [
23 {
24 "name": "Brian Ford"
25 },
26 {
27 "name": "Vojta Jína"
28 },
29 {
30 "name": "Andrew Joslin"
31 }
32 ],
33 "bugs": {
34 "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
35 },
36 "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme",
37 "dependencies": {
38 "conventional-changelog-angular": "^5.0.2",
39 "conventional-changelog-atom": "^2.0.1",
40 "conventional-changelog-codemirror": "^2.0.1",
41 "conventional-changelog-core": "^3.1.4",
42 "conventional-changelog-ember": "^2.0.2",
43 "conventional-changelog-eslint": "^3.0.1",
44 "conventional-changelog-express": "^2.0.1",
45 "conventional-changelog-jquery": "^3.0.4",
46 "conventional-changelog-jshint": "^2.0.1",
47 "conventional-changelog-preset-loader": "^2.0.2"
48 },
49 "scripts": {
50 "test-windows": "mocha --timeout 30000"
51 },
52 "gitHead": "80ee156a3d42409c7e9d0bc3ff0eed134cb1c529"
53}