diff --git a/package.json b/package.json index a311419..28c4869 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "MockHttpRequest", "description": "A mock implementation of XMLHttpRequest for unit testing", - "version": "1.0", + "version": "1.0.0", "keywords": ["testing", "unit", "mock", "ajax", "http", "request"], "maintainers": [{ "name": "Philipp von Weitershausen", @@ -18,10 +18,11 @@ "name": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" }], - "repositories": [{ + "repository": { "type": "git", "url": "http://github.com/philikon/MockHttpRequest" - }], - "dependencies": [], + }, + "dependencies": {}, "homepage": "http://github.com/philikon/MockHttpRequest", + "license": "MIT" }