From 05a19ca0e8fbf2cda762f969355f30571c5eeee9 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Tue, 26 Sep 2017 22:55:01 -0700 Subject: [PATCH] Add repository info to package.json - Closes #36 --- package.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4f5f787..22e6508 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,9 @@ "react-spinner": "^0.2.7", "react-syntax-highlight": "^0.0.6", "tohash": "^1.0.2", - "twitter": "^1.7.1", + "twitter": "^1.7.1" + }, + "devDependencies": { "uglifyjs-webpack-plugin": "1.0.0-beta.1" }, "now": { @@ -45,5 +47,18 @@ "TWITTER_ACCESS_TOKEN_SECRET": "@twitter-access-token-secret" } }, - "devDependencies": {} + "description": "

", + "repository": { + "type": "git", + "url": "git+https://github.com/dawnlabs/carbon.git" + }, + "authors": [ + "Mike Fix", + "Brian Dennis", + "Jake Dexheimer" + ], + "bugs": { + "url": "https://github.com/dawnlabs/carbon/issues" + }, + "homepage": "https://dawnlabs.io/carbon" }