From bf82927186601944352458344129bd0db9f475a2 Mon Sep 17 00:00:00 2001 From: Krishna Raman Date: Thu, 25 Sep 2014 15:09:34 -0700 Subject: [PATCH] Prepare beta1 release --- package.json | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 938b665..acd8a81 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,14 @@ { "name": "loopback-connector-remote", - "version": "1.0.0", - "description": "", + "version": "1.0.0-beta1", + "description": "Remote REST API connector for Loopback", "main": "index.js", + "keywords": [ + "web", + "restful", + "rest", + "StrongLoop" + ], "scripts": { "test": "grunt test" }, @@ -10,12 +16,18 @@ "type": "git", "url": "https://github.com/kraman/loopback-connector-remotekr.git" }, - "author": "Krishna Raman ", - "license": "StrongLoop", - "bugs": { - "url": "https://github.com/kraman/loopback-connector-remotekr/issues" + "contributors": [ + "Ritchie Martori (https://github.com/ritch)", + "Krishna Raman (https://github.com/kraman)" + ], + "license": { + "name": "Dual MIT/StrongLoop", + "url": "https://github.com/strongloop/loopback/blob/master/LICENSE" }, - "homepage": "https://github.com/kraman/loopback-connector-remotekr", + "bugs": { + "url": "https://github.com/strongloop/loopback-connector-remote/issues" + }, + "homepage": "http://loopback.io", "dependencies": { "loopback-datasource-juggler": "^2.8.0", "strong-remoting": "^2.1.0" @@ -27,11 +39,7 @@ "grunt-browserify": "~3.0.1", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "~0.10.0", - "grunt-karma": "~0.9.0", "grunt-mocha-test": "^0.11.0", - "karma": "~0.12.23", - "karma-junit-reporter": "^0.2.2", - "karma-mocha": "^0.1.9", "loopback": "^2.2.0", "loopback-datasource-juggler": "^2.9.0", "mocha": "~1.21.4",