From 51b05a8f41a8f498e02ffab39db3a3ccd54ac226 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Wed, 1 Jul 2015 21:19:23 +0900 Subject: [PATCH] Complete package.json. --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 46d1d650..b5e98ea9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "stf", + "version": "0.9.0", "description": "Smartphone Test Farm", "keywords": [ "adb", @@ -8,8 +9,15 @@ "test", "remote" ], - "version": "0.9.0", + "bugs": { + "url": "https://github.com/openstf/stf/issues" + }, "license": "Apache-2.0", + "author": { + "name": "CyberAgent, Inc.", + "email": "npm@cyberagent.co.jp", + "url": "http://www.cyberagent.co.jp/" + }, "repository": { "type": "git", "url": "https://github.com/openstf/stf.git"