Skip to content

Commit

Permalink
Modify licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutianski committed Oct 26, 2017
1 parent 2578958 commit 14c2d29
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
},
Expand Down

0 comments on commit 14c2d29

Please sign in to comment.