-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 870 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
{
"name": "cardvalidator-la",
"version": "1.0.5",
"description": "Biblioteca js para validação de Cartão de Crédito",
"main": "./lib/index.js",
"scripts": {
"test": "mocha nyc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loraineamaral/cardValidator-lib.git"
},
"author": "Loraine Amaral",
"license": "ISC",
"bugs": {
"url": "https://github.com/loraineamaral/cardValidator-lib/issues"
},
"homepage": "https://github.com/loraineamaral/cardValidator-lib#readme",
"dependencies": {
"chai": "^4.2.0",
"install": "^0.12.2",
"mocha": "^6.1.4"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-google": "^0.12.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}