forked from Boelensman1/validate-currency-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 835 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
36
37
38
{
"name": "validate-currency-code",
"version": "0.1.1",
"description": "Very simple lib to check if something is a iso 4217 currency code",
"keywords": [
"iso",
"4217",
"iso 4217",
"currency",
"currencies"
],
"author": {
"name": "Wigger Boelens",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Boelensman1/validate-currency-code.git"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.7.0",
"mocha": "^8.1.1"
},
"main": "index",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Boelensman1/validate-currency-code.git/issues"
}
}