-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
65 lines (65 loc) · 1.76 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "corifeus",
"version": "2024.4.116",
"corifeus": {
"icon": "fab fa-superpowers",
"inception": "12/25/2016",
"code": "Matrix",
"cdn": true,
"menu": [
{
"name": "menu-corifeus-code-style",
"link": "artifacts/readme/code-style.html"
},
{
"name": "menu-corifeus-architecture",
"link": "artifacts/readme/arthictecture/overview.html"
}
],
"menu-old": [
{
"name": "menu-corifeus-patterns",
"link": "artifacts/readme/patterns.html"
},
{
"name": "menu-corifeus-more-origin",
"link": "https://en.wikipedia.org/wiki/Coryphaeus"
}
],
"nodejs": "v22.3.0",
"opencollective": false,
"reponame": "corifeus",
"build": true
},
"description": "🎮 Corifeus Matrix",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha --report clover -- -R spec test/mocha/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/corifeus.git"
},
"keywords": [
"corifeus",
"one",
"platform"
],
"author": "Patrik Laszlo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/corifeus/issues"
},
"homepage": "https://corifeus.com/matrix",
"devDependencies": {
"corifeus-builder": "^2024.4.140",
"corifeus-utils": "^2024.4.123"
},
"engines": {
"node": ">=12.13.0"
}
}