This commit is contained in:
cnwhy
2018-07-18 03:38:56 +08:00
commit e7ea6ce581
24 changed files with 3013 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "qrcode-decode",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm demo",
"demo": "parcel ./demo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnwhy/QRCode-decode.git"
},
"keywords": [
"qrcode",
"decode"
],
"author": "cnwhy",
"license": "ISC",
"bugs": {
"url": "https://github.com/cnwhy/QRCode-decode/issues"
},
"homepage": "https://github.com/cnwhy/QRCode-decode#readme",
"devDependencies": {
"parcel": "^1.9.7"
}
}