-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
37
38
39
40
41
42
43
44
{
"name": "strapi-plugin-tetris",
"version": "0.1.3",
"description": "Play the popular game, Tetris inside your Strapi Admin... waiting for content changes? Tetris! Need a break? Tetris!",
"keywords": [
"strapi",
"cms",
"strapi-plugin",
"game"
],
"homepage": "https://github.com/malgamves/strapi-plugin-tetris",
"bugs": {
"url": "https://github.com/malgamves/strapi-plugin-tetris/issues"
},
"strapi": {
"name": "strapi-tetris",
"displayName": "Strapi Tetris",
"description": "Don't let your boss find you playing games on the job.",
"kind": "plugin"
},
"dependencies": {
"react-tetris": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/malgamves/strapi-plugin-tetris.git"
},
"author": {
"name": "malgamves"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"maintainers": [
{
"name": "malgamves"
}
],
"engines": {
"node": ">=12.x. <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}