-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1005 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
{
"name": "currency-map-symbol",
"version": "4.0.5",
"description": "A function to lookup the currency symbol for a given currency code",
"main": "currency-map-symbol.js",
"scripts": {
"test": "jest --verbose",
"test:watch": "jest --watch --verbose",
"test:coverage": "jest --coverage --verbose",
"prepublishOnly": "npm run test:coverage"
},
"keywords": [
"currency",
"currencies",
"symbols",
"symbol"
],
"author": "Zak Zubair <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/ZakZubair/currency-map-symbol.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"devDependencies": {
"jest": "^21.2.1"
},
"bugs": {
"url": "https://github.com/ZakZubair/currency-map-symbol/issues"
},
"homepage": "https://github.com/ZakZubair/currency-map-symbol#readme"
}