boleto.js
Version:
Renderizador de código de barras para boletos bancários
50 lines (49 loc) • 1.28 kB
JSON
{
"name": "boleto.js",
"version": "1.1.4",
"description": "Renderizador de código de barras para boletos bancários",
"main": "lib/boleto.min.js",
"files": [
"/lib",
"/src"
],
"scripts": {
"build-dev": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"lint": "eslint --cache src/ test/ *.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guilhermearaujo/boleto.js.git"
},
"keywords": [
"boleto",
"código",
"barras",
"barcode"
],
"author": "Guilherme Araújo <guilhermeama@gmail.com> (https://github.com/guilhermearaujo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/guilhermearaujo/boleto.js/issues"
},
"homepage": "https://github.com/guilhermearaujo/boleto.js#readme",
"dependencies": {
"xmlserializer": "^0.6.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-loader": "^8.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"jasmine": "^3.5.0",
"jest": "^25.2.7",
"jsdom": "^15.2.1",
"jsdom-global": "^3.0.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}