-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56ebd59
commit fbf337a
Showing
2 changed files
with
67 additions
and
60 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,19 +1,30 @@ | ||
{ | ||
"name": "fraudlabspro-nodejs", | ||
"version": "2.2.0", | ||
"version": "3.0.0", | ||
"description": "FraudLabs Pro Node.js module enables users to easily implement fraud detection feature using the FraudLabs Pro API.", | ||
"keywords": ["fraud prevention", "fraud detection", "fraud checker", "fraudlabs pro", "fraudlabspro", "fraud protection"], | ||
"keywords": [ | ||
"fraud prevention", | ||
"fraud detection", | ||
"fraud checker", | ||
"fraudlabs pro", | ||
"fraudlabspro", | ||
"fraud protection" | ||
], | ||
"homepage": "https://github.com/fraudlabspro/fraudlabspro-nodejs", | ||
"author": { | ||
"name": "FraudLabsPro.com", | ||
"email": "sales@fraudlabspro.com", | ||
"url": "https://www.fraudlabspro.com/" | ||
}, | ||
"files": ["src/fraudlabspro.js","src/test.js","./README.md"], | ||
"files": [ | ||
"src/fraudlabspro.js", | ||
"src/test.js", | ||
"./README.md" | ||
], | ||
"main": "src/fraudlabspro.js", | ||
"license" : "MIT", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fraudlabspro/fraudlabspro-nodejs.git" | ||
"url": "git+https://github.com/fraudlabspro/fraudlabspro-nodejs.git" | ||
} | ||
} |
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