-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 879 Bytes
/
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
{
"name": "crizmas-components",
"version": "2.1.2",
"description": "Components package used in conjunction with the crizmas-mvc framework.",
"license": "MIT",
"private": true,
"author": {
"name": "Raul-Sebastian Mihăilă",
"email": "raul.mihaila@gmail.com"
},
"type": "module",
"peerDependencies": {
"crizmas-mvc": "^2.0.5",
"prop-types": "^15.8.1",
"react": "^16.5.2 || ^17.0.2",
"smart-mix": "^2.0.1"
},
"homepage": "https://raulsebastianmihaila.github.io/crizmas-mvc-docs",
"repository": {
"type": "git",
"url": "https://github.com/raulsebastianmihaila/crizmas-components"
},
"bugs": "https://github.com/raulsebastianmihaila/crizmas-components/issues",
"keywords": [
"mvc",
"components",
"react",
"crizmas",
"reactjs",
"christmas",
"javascript",
"framework",
"front-end"
]
}