forked from billinghamj/postcodesio-client-node
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 926 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@cuvva/postcodesio-client",
"version": "0.3.6",
"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": {
"@cuvva/json-client": "^1.0.1",
"postcode": "^0.2.5"
},
"devDependencies": {
"coveralls": "^3.1.0",
"istanbul": "^0.4.5",
"tape": "^5.0.1"
},
"keywords": [
"uk",
"address",
"postcode",
"api",
"postcodes",
"io",
"client"
]
}