-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.06 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
44
45
46
47
48
{
"name": "strapi-plugin-masterclass",
"version": "4.1.1",
"description": "Learning management system plugin for Strapi V4",
"keywords": [
"strapi",
"strapi-plugin",
"LMS",
"learning-management-system",
"CMS",
"aws-sdk",
"mux"
],
"strapi": {
"displayName": "Masterclass",
"name": "masterclass",
"description": "Learning management system plugin for Strapi V4",
"kind": "plugin"
},
"dependencies": {
"@mux/mux-node": "^4.0.0",
"co": "^4.6.0",
"react-beautiful-dnd": "^13.1.0",
"request": "^2.88.2",
"stripe": "^8.198.0",
"uuid": "^8.3.2"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
"strapi-plugin-payments": "^1.0.0"
},
"author": {
"name": "Luis G. Villegas",
"email": "luisguveal@gmail.com"
},
"maintainers": [
{
"name": "Luis G. Villegas",
"email": "luisguveal@gmail.com"
}
],
"engines": {
"node": ">=12.x. <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"repository": "https://github.com/luisguve/strapi-plugin-masterclass"
}