-
Notifications
You must be signed in to change notification settings - Fork 28
/
bower.json
68 lines (68 loc) · 1.67 KB
/
bower.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "adapt-contrib-xapi",
"version": "1.1.9",
"framework": ">=5.19.1",
"homepage": "https://github.com/adaptlearning/adapt-contrib-xapi",
"authors": [
"Dennis Heaney <[email protected]>",
"Barry McKay <[email protected]>",
"Andy Bell <[email protected]>",
"Brian Quinn <[email protected]>"
],
"displayName": "xAPI",
"extension": "xapi",
"description": "An extension to track learner activity via xAPI",
"main": "/js/XAPIIndex.js",
"scripts": {
"postversion": "cp package.json bower.json"
},
"keywords": [
"adapt-plugin",
"adapt-extension",
"tincan",
"tin can",
"xapi",
"experience api",
"tracking"
],
"license": "GPLv3",
"targetAttribute": "_xapi",
"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": "^21.0.1"
},
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "eslint"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "eslint"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"bower.json"
],
"message": "Chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
}