From a41950014531c406bcc049c8b9c970b963df1f3d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 20 Feb 2015 12:59:28 +0000 Subject: [PATCH] Added name and author to package.json --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index bf6d36e0..7bc111cc 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,6 @@ { + "name": "cachet", + "author": "James Brooks ", "dependencies": { "array-union": "~1.0.1", "bower": "~1.3.12",