forked from svagcrew/binking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
{
"name": "binking",
"version": "2.0.7",
"description": "Get bank logo, colors, phone, brand, validation and etc. by card number",
"main": "dist/binking.min.js",
"scripts": {
"test": "mocha test || true",
"build": "node build",
"lint": "eslint index.js build.js test.js || true",
"lint-fix": "eslint index.js build.js test.js --fix || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdandteam/binking.git"
},
"author": {
"name": "BinKing",
"email": "manager@binking.io",
"url": "https://binking.io"
},
"license": "ISC",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"expect.js": "^0.3.1",
"mocha": "^6.2.2",
"prettier": "^2.3.0",
"sharp": "^0.28.3",
"uglify-js": "3.7.2",
"underscore": "^1.9.1",
"xmlhttprequest": "^1.8.0"
}
}