UNPKG

901 BJSONView Raw
1{
2 "name": "conventional-changelog-ember",
3 "version": "3.0.0",
4 "description": "conventional-changelog ember preset",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/conventional-changelog/conventional-changelog.git"
9 },
10 "keywords": [
11 "conventional-changelog",
12 "ember",
13 "preset"
14 ],
15 "author": "Steve Mao",
16 "engines": {
17 "node": ">=14"
18 },
19 "license": "ISC",
20 "files": [
21 "conventional-changelog.js",
22 "conventional-recommended-bump.js",
23 "index.js",
24 "parser-opts.js",
25 "writer-opts.js",
26 "templates"
27 ],
28 "bugs": {
29 "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
30 },
31 "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-ember#readme",
32 "scripts": {
33 "test-windows": "mocha --timeout 30000"
34 }
35}
\No newline at end of file