forked from hassansin/parse-address
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 848 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
{
"name": "parse-address-keyway",
"version": "1.1.3",
"description": "US Street Address Parser",
"main": "address.js",
"scripts": {
"test": "node test",
"build": "./node_modules/browserify/bin/cmd.js address.js --standalone parseAddress | ./node_modules/.bin/uglifyjs > parse-address.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hassansin/parse-address.git"
},
"keywords": [
"extract",
"address",
"parser",
"address",
"street",
"US",
"Geo::StreetAddress::US",
"geo"
],
"author": "hassansin <rezatxe@gmail.com> (https://github.com/hassansin)",
"license": "ISC",
"bugs": {
"url": "https://github.com/hassansin/parse-address/issues"
},
"homepage": "https://github.com/hassansin/parse-address",
"dependencies": {
"xregexp": "^3.1.1"
}
}