-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.37 KB
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
{
"name": "lusk",
"version": null,
"description": "Lusk is a modular, plugin-based project manager.",
"main": "src/core/luskDocument.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"lusk": "src/cli/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luskproject/lusk.git"
},
"keywords": [
"lusk",
"project",
"manager",
"project-manager",
"javascript"
],
"maintainers": [
{
"name": "Botaro Shinomiya",
"email": "nothing@citri.one",
"web": "https://github.com/citrizon"
},
{
"name": "OSCILLIX",
"email": "oscillixonline@gmail.com",
"web": "https://github.com/Oscillix"
},
{
"name": "Bluskript",
"email": "bluskript@gmail.com",
"web": "https://github.com/bluskript"
},
{
"name": "N1kO23",
"email": "niko.huuskonen.00@gmail.com",
"web": "https://github.com/N1kO23"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/luskproject/lusk/issues"
},
"homepage": "https://github.com/luskproject/lusk#readme",
"type": "module",
"dependencies": {
"yaml": "^2.6.0"
}
}