This commit is contained in:
cnwhy
2018-07-23 21:23:41 +08:00
parent 518ed4af94
commit dc74dd877c
8 changed files with 45 additions and 32 deletions
+7
View File
@@ -3,6 +3,13 @@
"version": "0.0.1",
"description": "QRCode parser/decode",
"main": "src/QRCodeDecode.js",
"files": [
"README.md",
"browser.js",
"server.js",
"src/*",
"dist/*"
],
"scripts": {
"test": "node test/node.js",
"demo": "parcel ./demo/index.html",