From ac91ced9ca9f30dc722c69a642228375a3532499 Mon Sep 17 00:00:00 2001 From: James Billingham Date: Wed, 6 May 2015 11:12:46 +0100 Subject: [PATCH] Corrected spacing in package json --- package.json | 73 ++++++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index a656fe1..41f1b5b 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,42 @@ { - "name": "postcodesio-client", - "version": "0.1.2", - "description": "Abstracts access to the Postcodes.io API", - "homepage": "https://github.com/cuvva/postcodesio-client-node", - "bugs": "https://github.com/cuvva/postcodesio-client-node/issues", - "license": "MIT", - "author": "James Billingham (http://jamesbillingham.com)", - "main": "lib/index.js", - "repository": { - "type": "git", - "url": "https://github.com/cuvva/postcodesio-client-node.git" - }, - "scripts": { - "test": "tape test/index.js", - "test-travis": "istanbul cover test/index.js --report lcovonly" - }, - "dependencies": { - "object-merge": "^2.5.1", - "q": "^1.1.2" - }, - "devDependencies": { - "istanbul": "^0.3.5", - "tape": "^4.0.0" - }, - "keywords": [ - "uk", - "address", - "postcode", - "api", - "postcodes", - "io", - "client" - ] + "name": "postcodesio-client", + "version": "0.1.2", + "description": "Abstracts access to the Postcodes.io API", + "homepage": "https://github.com/cuvva/postcodesio-client-node", + "bugs": "https://github.com/cuvva/postcodesio-client-node/issues", + + "license": "MIT", + "author": "James Billingham (http://jamesbillingham.com)", + + "main": "lib/index.js", + + "repository": { + "type": "git", + "url": "https://github.com/cuvva/postcodesio-client-node.git" + }, + + "scripts": { + "test": "tape test/index.js", + "test-travis": "istanbul cover test/index.js --report lcovonly" + }, + + "dependencies": { + "object-merge": "^2.5.1", + "q": "^1.1.2" + }, + + "devDependencies": { + "istanbul": "^0.3.5", + "tape": "^4.0.0" + }, + + "keywords": [ + "uk", + "address", + "postcode", + "api", + "postcodes", + "io", + "client" + ] }