forked from MadisonReed/usps-webtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.01 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "usps-webtools",
"author": "Sherod Taylor <[email protected]>",
"description": "Api wrapper for the USPS Web-Tools",
"version": "1.0.5",
"main": "./src/usps",
"contributors": [
{
"name": "Sherod Taylor",
"email": "[email protected]"
},
{
"name": "Tim Marshall",
"email": "[email protected]"
},
{
"name": "Scott Stokes",
"email": "[email protected]"
}
],
"scripts": {
"lint": "bash ./bash/lint.sh",
"test": "bash ./bash/test.sh"
},
"keywords": [
"usps",
"web-tools",
"web",
"tools",
"address",
"validation",
"standardization"
],
"dependencies": {
"request": "^2.88.0",
"xml2js": "0.4.19",
"xmlbuilder": "^10.1.1"
},
"devDependencies": {
"ava": "^0.25.0",
"babel-eslint": "8.0.1",
"eslint": "4.10.0",
"jscs": "3.0.7"
},
"repository": "https://github.com/MadisonReed/usps-webtools.git",
"engines": {
"node": ">=8.x"
},
"license": "MIT"
}