UNPKG

qrcoder

Version:

QRCoder is *a pure browser qrcode generation* which is standalone. It is based on a <a href='http://www.d-project.com/qrcode/index.html'>library</a> which build qrcode in various language.

78 lines (77 loc) 2.1 kB
{ "name": "qrcoder", "version": "1.0.3", "description": "", "main": "dist/qrcoder.js", "module": "dist/qrcoder.esm.js", "jsnext:main": "dist/qrcoder.esm.js", "scripts": { "lint": "eslint src test", "test": "better-npm-run test", "build": "rollup -c --environment BUILD:production", "watch": "rollup -c -w" }, "betterScripts": { "test": { "command": "karma start", "env": { "NODE_ENV": "test" } } }, "repository": { "type": "git", "url": "git+https://github.com/hcl1687/qrcoder.git" }, "keywords": [ "es6", "qrcode", "js" ], "author": "hcl1687", "license": "MIT", "bugs": { "url": "https://github.com/hcl1687/qrcoder/issues" }, "homepage": "https://github.com/hcl1687/qrcoder#readme", "dependencies": {}, "devDependencies": { "babel-core": "^6.10.4", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.4", "babel-plugin-__coverage__": "^11.0.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-runtime": "^6.9.0", "babel-polyfill": "^6.9.1", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-0": "^6.5.0", "babel-plugin-external-helpers": "^6.18.0", "better-npm-run": "0.0.9", "babelrc-rollup": "^3.0.0", "chai": "^3.5.0", "eslint": "^2.13.1", "eslint-config-standard": "^5.3.1", "eslint-loader": "^1.4.1", "eslint-plugin-babel": "^3.3.0", "eslint-plugin-import": "^1.10.2", "eslint-plugin-promise": "^1.3.2", "eslint-plugin-standard": "^1.3.2", "karma": "^1.1.1", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.0", "karma-es6-shim": "^1.0.0", "karma-mocha": "^1.1.1", "karma-mocha-reporter": "^2.0.4", "karma-phantomjs-launcher": "^1.0.1", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.7.0", "mocha": "^3.2.0", "phantomjs-polyfill": "0.0.2", "rollup": "^0.37.0", "rollup-plugin-babel": "^2.7.1", "rollup-watch": "^2.5.0", "sinon": "^1.17.4", "sinon-chai": "^2.8.0", "webpack": "^1.13.1" } }