Skip to content

Commit

Permalink
Updated description and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbuberl committed Mar 9, 2017
1 parent 7b259f5 commit 0e1920f
Showing 1 changed file with 15 additions and 24 deletions.
39 changes: 15 additions & 24 deletions package.json
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",
Expand All @@ -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]>"
]
}
}

0 comments on commit 0e1920f

Please sign in to comment.