aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json26
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"
+}