From 65a46ed8151ad2b896737692728e112a642ff256 Mon Sep 17 00:00:00 2001 From: pshreya2181 <34992121+pshreya2181@users.noreply.github.com> Date: Wed, 3 Jan 2018 12:32:48 -0600 Subject: [PATCH] updated package.json added description, keyworks, bugs, licences, author, contributors, repository, homepage, dependencies, version to the json file to make it valid and error free. --- mobility-track-web/package.json | 43 +++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/mobility-track-web/package.json b/mobility-track-web/package.json index 3ad8cc5..a47f2b4 100644 --- a/mobility-track-web/package.json +++ b/mobility-track-web/package.json @@ -1,5 +1,40 @@ { "name": "webapp", + "description" : "jumpstart mobility tracking apps", + "keywords": [ + "Tracker" + ], + "bugs": "https://github.com/scorelab/Tracker/issues", + "licenses": [ + { "type": "GPL-3.0", + "url": "https://www.gnu.org/licenses/gpl-3.0.en.html" + } + ], + "author": "SCoRe Community", + "contributors": [ + "agentmilindu", + "malithsen", + "Danki567", + "dkarakay", + "dinush", + "lucasjones", + "KailasK", + "hasa93", + "tharindupr", + "rhperera", + "paarandika", + "whoami-nr", + "psnmissaka", + "basilnajjar", + "charitha-scorelab", + "manee92", + "harsh183" + ], + "repository": { + "type": ["git"], + "url": "https://github.com/scorelab/Tracker.git" + }, + "homepage": "http://www.scorelab.org/Tracker/", "private": true, "devDependencies": { "autoprefixer-core": "^5.2.1", @@ -37,5 +72,9 @@ }, "scripts": { "test": "grunt test" - } -} \ No newline at end of file + }, + "dependencies": { + + }, + "version": "1.0.0" +}