-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 1016 Bytes
/
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
{
"name": "wincat",
"version": "1.0.6",
"description": "wincat is program which help you to see the content inside the file and also edit the file content in the windows terminal and also help to formatting the file content using the appropriate flags, wcat also enable you to append the content and also copy the content of the file to the another files, These feature is present in the linux/ unix system but no present in the windows. so this program is useful for them, it was written in JavaScript and the environment used is NodeJS.",
"main": "wcat.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"bin": {
"wincat": "/source/wincat.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhishekthegodfather/wincat.git"
},
"bugs": {
"url": "https://github.com/abhishekthegodfather/wincat/issues"
},
"homepage": "https://github.com/abhishekthegodfather/wincat#readme"
}