-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
31 lines (31 loc) · 834 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
{
"name": "australia-address-parser",
"version": "1.0.1",
"description": "Australia Street Address Parser",
"main": "parser.js",
"scripts": {
"test": "node test",
"build": "browserify parser.js --standalone australiaAddressParser | uglifyjs -mc > australiaAddressParser.min.js"
},
"author": "Gordon Lam (https://github.com/gordonlkc)",
"license": "ISC",
"dependencies": {
"xregexp": "^3.1.1"
},
"devDependencies": {
"uglifyjs": "^2.4.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gordonlkc/australia-address-parser.git"
},
"keywords": [
"australia",
"address",
"parser"
],
"bugs": {
"url": "https://github.com/gordonlkc/australia-address-parser/issues"
},
"homepage": "https://github.com/gordonlkc/australia-address-parser#readme"
}