UNPKG

1.01 kBJSONView Raw
1{
2 "name": "conventional-changelog-jquery",
3 "version": "3.0.11",
4 "description": "conventional-changelog jquery preset",
5 "main": "index.js",
6 "scripts": {
7 "test-windows": "mocha --timeout 30000"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/conventional-changelog/conventional-changelog.git"
12 },
13 "keywords": [
14 "conventional-changelog",
15 "jquery",
16 "preset"
17 ],
18 "author": "Steve Mao",
19 "engines": {
20 "node": ">=10"
21 },
22 "license": "ISC",
23 "files": [
24 "conventional-changelog.js",
25 "conventional-recommended-bump.js",
26 "index.js",
27 "parser-opts.js",
28 "writer-opts.js",
29 "templates"
30 ],
31 "bugs": {
32 "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
33 },
34 "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-jquery#readme",
35 "dependencies": {
36 "q": "^1.5.1"
37 },
38 "gitHead": "cc567b98facf71315f4b1620d81ce01d155efaca"
39}