From 6d9cea97fa7d637e9414c277d5cfe8795282f860 Mon Sep 17 00:00:00 2001 From: Kameshwaran R Date: Wed, 8 Feb 2017 17:22:06 +0530 Subject: [PATCH 1/2] package file committed --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..76be87a --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "(first_sample)", + "version": "1.0.0", + "description": "testing sample", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "(https://github.com/synckamesh/Tutorial.git)" + }, + "keywords": [ + "sync_kamesh", + "kamesh" + ], + "author": "Kamesh", + "license": "MIT" +} From 26cfef6a0340c38546a9cf7847bade747eb98e14 Mon Sep 17 00:00:00 2001 From: synckamesh Date: Wed, 8 Feb 2017 17:29:16 +0530 Subject: [PATCH 2/2] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 76be87a..c2e6afb 100644 --- a/package.json +++ b/package.json @@ -17,3 +17,4 @@ "author": "Kamesh", "license": "MIT" } +