/var/www/greso.tech/server/nsm/node_modules/qrcode-svg
NameSizeModeActions
bin/-0755rm
dist/-0755rm
examples/-0755rm
lib/-0755rm
test/-0755rm
app.js43500644editdlrm
LICENSE10750644editdlrm
minify.js4490644editdlrm
package.json6770644editdlrm
README.md92890644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/qrcode-svg/package.json (677B)
{ "name": "qrcode-svg", "version": "1.1.0", "description": "A simple QR Code generator in pure JavaScript", "author": "papnkukn", "license": "MIT", "main": "lib/qrcode.js", "scripts": { "minify": "node minify.js", "test": "nodeunit test" }, "bin": { "qrcode-svg": "bin/qrcode-svg.js" }, "keywords": [ "qrcode", "svg" ], "repository": { "type": "git", "url": "git+https://github.com/papnkukn/qrcode-svg.git" }, "bugs": { "url": "https://github.com/papnkukn/qrcode-svg/issues" }, "homepage": "https://github.com/papnkukn/qrcode-svg", "devDependencies": { "minify": "^4.1.3", "nodeunit": "^0.11.3" } }