-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 930 Bytes
/
package.json
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": "postcodesio-client",
"version": "0.3.4",
"description": "Abstracts access to the Postcodes.io API",
"homepage": "https://github.com/billinghamj/postcodesio-client-node",
"bugs": "https://github.com/billinghamj/postcodesio-client-node/issues",
"license": "MIT",
"author": "James Billingham <[email protected]> (http://jamesbillingham.com)",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/billinghamj/postcodesio-client-node.git"
},
"scripts": {
"test": "tape test/index.js",
"test-travis": "istanbul cover test/index.js --report lcovonly"
},
"dependencies": {
"json-client": "^0.9.2",
"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"
]
}