diff options
| author | Priyansh <[email protected]> | 2021-03-06 20:21:47 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-03-06 20:21:47 +0530 |
| commit | c222fca8ba53377d7aa9dcf5599559260de685c3 (patch) | |
| tree | 1f3d6edcac2150ee2b3c30a314ed69193aa06b2d /package.json | |
| parent | e8d7282dea9334b7b0bae75d07df610c3538c02a (diff) | |
| download | calculator-c222fca8ba53377d7aa9dcf5599559260de685c3.tar.xz calculator-c222fca8ba53377d7aa9dcf5599559260de685c3.zip | |
Initalised Node Project
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..70ec4a8 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "calculator", + "version": "0.1.0", + "description": "A Command Line Scientific Calculator", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/luciferreeves/calculator.git" + }, + "keywords": [ + "Calculator", + "Scientific", + "CLI", + "Command", + "Line" + ], + "author": "Kumar Priyansh", + "license": "MIT", + "bugs": { + "url": "https://github.com/luciferreeves/calculator/issues" + }, + "homepage": "https://github.com/luciferreeves/calculator#readme" +} |
