UNPKG

358 BJSONView Raw
1{
2 "name": "apeman-need",
3 "desc": "Check project needs.",
4 "main": true,
5 "args": [
6 ],
7 "options": [
8 {
9 "name": "configuration",
10 "short": "c",
11 "type": "string",
12 "desc": "Pathname of Apemanfile"
13 }
14 ],
15 "examples": [
16 {
17 "script": "apeman-need ",
18 "desc": "Check projects needs."
19 }
20 ]
21}
\No newline at end of file