forked from thecogworks/Cogworks.ContentGuard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.38 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
{
"version": "1.1.3",
"name": "cogworks-contentguard",
"url": "https://github.com/thecogworks/Cogworks.ContentGuard",
"license": {
"name": "Apache-2.0",
"url": "https://github.com/thecogworks/Cogworks.ContentGuard/blob/master/LICENSE.md",
"requireLicenseAcceptance": false
},
"tags": "Umbraco, Content, Guard",
"author": {
"name": "Cogworks",
"url": "https://github.com/thecogworks/Cogworks.ContentGuard"
},
"scripts": {
"build": "grunt",
"release": "npm version from-git && sleep 5 && conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -n ./changelog.config.js && git add CHANGELOG.md && git commit -m \"docs(changelog): regenerate CHANGELOG.md [skip ci]\" ",
"github-release": "sleep 5 && conventional-github-releaser -p angular"
},
"readme": ".",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^7.5.0",
"conventional-github-releaser": "^3.1.5",
"generate-changelog": "^1.8.0",
"grunt": "~1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-nuget": "~0.3.1",
"grunt-template": "^1.0.0",
"grunt-umbraco-package": "^1.0.0",
"grunt-zip": "~0.18.2",
"husky": "^1.3.1"
},
"dependencies": {
"conventional-changelog-cli": "^2.1.1"
}
}