-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 815 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "file-system-organizer",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"bin": {
"Global": "main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajju-1209/File-Orgranization-System.git"
},
"bugs": {
"url": "https://github.com/ajju-1209/File-Orgranization-System/issues"
},
"homepage": "https://github.com/ajju-1209/File-Orgranization-System#readme",
"description": "1.Organize your directory by separating the files of different extensions into separate folders.\r 2.Print the entire tree view of your current working directory .\r 3.Help option tells you how to enter commands and provide path for further processing."
}