forked from ExultCorp/adapt-contrib-flipcard
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "adapt-contrib-flipcard",
"version": "5.4.4",
"framework": ">=5.19.1",
"homepage": "https://github.com/HT2-Labs/adapt-contrib-flipcard",
"repository": {
"type": "git",
"url": "git://github.com/HT2-Labs/adapt-contrib-flipcard"
},
"authors": [
"Himanshu Rajotia <[email protected]>",
"Ciaran Duffy <[email protected]>"
],
"description": "A presentation component which displays one or more images which reveal text when clicked, with a flip card effect",
"main": "/js/adapt-contrib-flipcard.js",
"displayName": "Flipcard",
"component": "flipcard",
"assetFields": [
"_items[].frontImage.src"
],
"keywords": [
"adapt-plugin",
"adapt-component"
],
"license": "GPLv3",
"private": true,
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^19.0.3"
},
"scripts": {
"postversion": "cp package.json bower.json",
"semantic-release": "semantic-release"
}
}