-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 904 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
34
35
{
"name": "@joi-extensions/iso-country-code",
"description": "Joi extensions for ISO 3166-1 alpha-2 country code rules.",
"version": "0.0.1",
"author": "Albert Hambardzumyan <[email protected]>",
"bugs": {
"url": "https://github.com/AlbertHambardzumyan/joi-extensions-iso-country-code/issues",
"email": "[email protected]"
},
"devDependencies": {
"chai": "~4.1.2",
"joi": "~13.3.0",
"mocha": "~5.1.1"
},
"homepage": "https://github.com/AlbertHambardzumyan/joi-extensions-iso-country-code.git",
"keywords": [
"3166-1",
"ISO",
"alpha-2",
"code",
"country",
"extension",
"joi",
"validation"
],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/AlbertHambardzumyan/joi-extensions-iso-country-code"
},
"scripts": {
"test": "mocha"
}
}