forked from chucklorenz/adapt-aboutUs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.15 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
{
"name": "adapt-aboutUs",
"version": "2.2.0",
"framework": ">=5.0.0",
"homepage": "https://github.com/HT2-Labs/adapt-contrib-aboutUs",
"repository": {
"type": "git",
"url": "git://github.com/HT2-Labs/adapt-contrib-aboutUs"
},
"issues": "https://github.com/HT2-Labs/adapt-contrib-aboutUs/issues",
"authors": [
"Chuck Lorenz <[email protected]>"
],
"displayName": "About Us",
"extension": "aboutUs",
"description": "An Adapt extension that adds to the drawer information about the sponsoring organization",
"main": "/js/adapt-aboutUs.js",
"keywords": [
"adapt-plugin",
"adapt-extension"
],
"license": "GPLv3",
"targetAttribute": "_aboutUs",
"private": true,
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^19.0.3"
},
"scripts": {
"postversion": "cp package.json bower.json",
"semantic-release": "semantic-release"
}
}