-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
53 lines (53 loc) · 1.37 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "boleto-brasileiro-validator",
"version": "1.0.5",
"description": "Validador de boletos bancários",
"main": "dist/boleto-brasileiro-validator.js",
"scripts": {
"test": "nyc --reporter=html mocha --require babel-polyfill --require babel-register && eslint ./src/*",
"lint": "eslint ./src/*",
"build": "webpack",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcrvaz/boleto-brasileiro-validator.git"
},
"keywords": [
"banco",
"bancario",
"bancário",
"boleto",
"brasil",
"brazil",
"modulo10",
"modulo11",
"validador",
"validator",
"codigo",
"barras"
],
"author": "Marcello Vaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcrvaz/boleto-brasileiro-validator/issues"
},
"homepage": "https://github.com/mcrvaz/boleto-brasileiro-validator#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.12.0",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8"
}
}