-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated description and bumped version
- Loading branch information
martinbuberl
committed
Mar 9, 2017
1 parent
7b259f5
commit 0e1920f
Showing
1 changed file
with
15 additions
and
24 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,25 +1,25 @@ | ||
{ | ||
"name": "trustpilot", | ||
"version": "1.0.2", | ||
"description": "node module for Trustpilot api", | ||
"main": "./src/client.js", | ||
"scripts": { | ||
"start": "node src/client.js", | ||
"test": "gulp test" | ||
}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "[email protected]:trustpilot/trustpilot-node-sdk.git" | ||
}, | ||
"version": "1.1.0", | ||
"description": "HTTP client for Trustpilot", | ||
"homepage": "https://github.com/trustpilot/node-trustpilot", | ||
"repository": "https://github.com/trustpilot/node-trustpilot.git", | ||
"author": "Trustpilot", | ||
"license": "MIT", | ||
"keywords": [ | ||
"API", | ||
"Trustpilot", | ||
"reviews", | ||
"review" | ||
], | ||
"homepage": "https://github.com/trustpilot/trustpilot-node-sdk", | ||
"author": "Trustpilot", | ||
"license": "MIT", | ||
"main": "./src/client.js", | ||
"scripts": { | ||
"start": "node src/client.js", | ||
"test": "gulp test" | ||
}, | ||
"dependencies": { | ||
"request-promise": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.2.0", | ||
"chai-as-promised": "^5.1.0", | ||
|
@@ -28,14 +28,5 @@ | |
"gulp-jshint": "^1.11.2", | ||
"gulp-mocha": "^2.1.3", | ||
"mocha": "^2.3.2" | ||
}, | ||
"dependencies": { | ||
"request-promise": "^1.0.1" | ||
}, | ||
"contributors": [ | ||
"Luke Pommersheim <[email protected]>", | ||
"Bardur Pihl <[email protected]>", | ||
"bassjobsen <[email protected]>", | ||
"kjvarley <[email protected]>" | ||
] | ||
} | ||
} |