forked from cgkineo/adapt-mathJax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 1 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
{
"name": "adapt-mathJax",
"version": "0.2.4",
"framework": ">=1.1.2",
"displayName": "MathJax",
"extension": "mathJax",
"targetAttribute": "_mathJax",
"description": "An extension to load MathJax into Adapt",
"main": "/js/adapt-mathJax.js",
"keywords": [
"adapt-plugin",
"adapt-extension"
],
"authors": [
"Tom Greenfield"
],
"license": "GPL-3.0",
"homepage": "https://github.com/HT2-Labs/adapt-contrib-mathJax",
"repository": {
"type": "git",
"url": "git://github.com/HT2-Labs/adapt-contrib-mathJax"
},
"private": "true",
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@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"
}
}