-
Notifications
You must be signed in to change notification settings - Fork 41
/
bower.json
executable file
·50 lines (50 loc) · 1.05 KB
/
bower.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": "ibantools",
"description": "Validation, extraction and creation of IBAN, BBAN, BIC/SWIFT numbers plus some other helpful stuff",
"keywords": ["IBAN", "BBAN", "BIC", "SWIFT", "SEPA"],
"main": [
"dist/ibantools.js",
"dist/ibantools.d.ts"
],
"typings": "dist/ibantools.d.ts",
"typescript": {
"definition": "dist/ibantools.d.ts"
},
"homepage": "https://github.com/Simplify/ibantools",
"license": "MPL-2.0",
"authors": [{"name": "Saša Jovanić", "homepage": "https://www.simplify.ba/"}],
"repository": {
"type": "git",
"url": "https://github.com/Simplify/ibantools.git"
},
"moduleType": [
"amd"
],
"ignore": [
".gitignore",
".github",
".npmignore",
".DS_Store",
".tern-port",
".editorconfig",
".nyc_output",
"README.md",
"CONTRIBUTION.md",
"gulpfile.js",
"karma.conf.js",
"package.json",
"tslint.json",
"tsd.json",
"tsconfig.json",
"typings",
"src",
"karma",
"coverage",
"ghpages",
"node_modules",
"scripts",
"docs",
"build",
"test"
]
}