-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 862 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": "international-postal-address",
"version": "1.0.2",
"description": "Formats postal addresses for a specified region",
"main": "src/index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha ./test",
"test-debug": "node_modules/mocha/bin/mocha debug ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/howarddierking/international-address.git"
},
"keywords": [
"Address",
"International",
"Global"
],
"author": "Howard Dierking",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/howarddierking/international-address/issues"
},
"homepage": "https://github.com/howarddierking/international-address#readme",
"devDependencies": {
"mocha": "6.2.2",
"should": "^13.2.3"
},
"dependencies": {
"lodash": "^4.17.13",
"ramda": "^0.26.1"
}
}