diff --git a/package.json b/package.json index 32f7a3a..195918d 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,6 @@ "name": "meetup-api", "description": "Meetup API library", "version": "1.4.25", - "license": "GPL-3.0", - "directories": { - "lib": "./lib", - "example": "./examples" - }, "keywords": [ "meetup", "api" @@ -16,6 +11,18 @@ "bugs": { "url": "http://github.com/jkutianski/meetup-api/issues" }, + "repository": { + "type": "git", + "url": "http://github.com/jkutianski/meetup-api.git" + }, + "licenses": [ { + "type": "GPL-3.0", + "url": "https://opensource.org/licenses/GPL-3.0" + } ], + "directories": { + "lib": "./lib", + "example": "./examples" + }, "engine-strict": true, "engines": { "node": ">=4.0.0" @@ -34,10 +41,6 @@ "devDependencies": { "forallasync": "1.0.x" }, - "repository": { - "type": "git", - "url": "http://github.com/jkutianski/meetup-api.git" - }, "scripts": { "test": "node ./test/testEndpoints.js" },