forked from erikhenrique/bin-cc
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 743 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 743 Bytes
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
{
"name": "bin-cc",
"version": "2.1.1",
"description": "Credit Card BIN Data - Multi-language data file project",
"private": true,
"scripts": {
"build": "node scripts/build.js",
"validate": "node scripts/validate.js",
"create-card": "node scripts/create-card.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renatovico/bin-cc.git"
},
"keywords": [
"creditcard",
"bin",
"data",
"credit-card-data",
"validation"
],
"author": "Renato Augusto Viço Elias",
"license": "MIT",
"bugs": {
"url": "https://github.com/renatovico/bin-cc/issues"
},
"homepage": "https://github.com/renatovico/bin-cc#readme",
"devDependencies": {
"js-yaml": "^4.1.1"
}
}