-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
42 lines (42 loc) · 1.07 KB
/
Copy pathdata.json
File metadata and controls
42 lines (42 loc) · 1.07 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
{
"projectNumber": 1,
"author": "Niloy Datta",
"using": "PowerShell",
"app": {
"name": "Clock",
"version": "1.0.0",
"description": "A simple clock application.",
"features": [
"Clock",
"Alarm",
"Stopwatch"
],
"isGUI": false,
"isWeb": false,
"createSound": false,
"isModule": false,
"isPackage": false,
"fileName": [
"alarm.ps1",
"stopwatch.ps1",
"time.ps1"
],
"commonExitKey": true,
"exitKey": "Q"
},
"jsonCreatedUsing": "Python",
"uploadedFor": "GitHub",
"uploadedBy": "Niloy Datta",
"githubProfile": "https://github.com/niloydatta000",
"canBeUsedFor": [
"Learning",
"Practice",
"Fun"
],
"anyoneCanUpdate": true,
"canBeUsedForCommercial": false,
"canBeUsedForPersonal": true,
"canBeUsedForEducational": true,
"copyright": "Copyright (c) 2025 Niloy Datta",
"license": null
}