forked from fluffybunnies/parse-address-string
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 774 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 774 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
37
38
{
"name": "@delightfulstudio/parse-address-string",
"version": "0.0.6",
"description": "Extract street, city, state, zip, and country components from single-line address string",
"keywords": [
"address",
"parser",
"extract",
"street",
"geo",
"us",
"canada",
"react native"
],
"contributors": [
{
"name": "Delightful Studio",
"email": "hello@delightful.studio"
},
{
"name": "Alec Hulce"
}
],
"license": "MIT",
"repository": "github:DelightfulStudio/parse-address-string",
"bugs": {
"url": "https://github.com/DelightfulStudio/parse-address-string/issues"
},
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"dependencies": {
},
"devDependencies": {
"tape": "4.6.3"
}
}