Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
V3.3.0 License changed to fit new requirements as per https://docs.np…
Browse files Browse the repository at this point in the history
  • Loading branch information
thedark1337 committed May 30, 2015
1 parent 90c3816 commit 086561b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugapi",
"version": "3.2.1",
"version": "3.3.0",
"author": "Alex Pham <[email protected]>",
"description": "Generic API for building plug.dj bots",
"contributors": [
Expand Down Expand Up @@ -33,11 +33,11 @@
],
"dependencies": {
"chalk": "^1.0.0",
"deasync": "0.0.10",
"deasync": "^0.1.0",
"eventemitter2": "^0.4.14",
"node-html-encoder": "0.0.2",
"request": "^2.55.0",
"source-map-support": "^0.2.10",
"request": "^2.56.0",
"source-map-support": "^0.3.1",
"ws": "^0.7.2"
},
"devDependencies": {
Expand All @@ -51,11 +51,8 @@
},
"bugs": {
"url": "https://github.com/plugCubed/plugAPI/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/plugCubed/plugAPI/blob/master/LICENSE.md"
},
"license":"MIT",
"engines": {
"node": ">= 0.10.0"
}
Expand Down

0 comments on commit 086561b

Please sign in to comment.