This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V3.3.0 License changed to fit new requirements as per https://docs.np…
- Loading branch information
1 parent
90c3816
commit 086561b
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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": { | ||
|
@@ -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" | ||
} | ||
|