Skip to content

Commit

Permalink
Corrected spacing in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
billinghamj committed May 6, 2015
1 parent 6501e78 commit ac91ced
Showing 1 changed file with 40 additions and 33 deletions.
73 changes: 40 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <james@jamesbillingham.com> (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 <james@jamesbillingham.com> (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"
]
}

0 comments on commit ac91ced

Please sign in to comment.