forked from gnilansh/pudl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 959 Bytes
/
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
{
"name": "pudl",
"version": "0.4.0",
"description": "A JavaScript-based static site generator for quick-prototyping of awesome little static demos while teaching/presenting",
"scripts": {
"release": "release-it",
"release-major": "release-it major",
"release-dry": "release-it --dry-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaedahBatool/pudl.git"
},
"keywords": [
"pug",
"scss",
"gulp",
"sass"
],
"author": "Maedah Batool (https://MaedahBatool.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaedahBatool/pudl/issues"
},
"homepage": "https://github.com/MaedahBatool/pudl#readme",
"devDependencies": {
"auto-changelog": "^1.8.0",
"release-it": "^7.5.0"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "clTemplate.hbs",
"commitLimit": false,
"package": true,
"replaceText": {
"FIX: ": "",
"NEW: ": "",
"IMPROVE: ": "",
"DOC: ": ""
}
}
}