forked from davidshimjs/qrcodejs
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"_from": "qrcodejs",
"_id": "qrcodejs",
"_inBundle": false,
"_integrity": "sha1-Rlr+Xjnxn6zsuTLBH3oYYQkUauE=",
"_location": "/qrcodejs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "qrcodejs",
"name": "qrcodejs",
"escapedName": "qrcodejs",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://github.com/noteScript/qrcodejs",
"_shasum": "465afe5e39f19facecb932c11f7a186109146ae1",
"_spec": "qrcodejs",
"author": {
"name": "davidshimjs",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/noteScript/qrcodejs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Javsacript QRCode for all browsers",
"gitHead": "06c7a5e134f116402699f03cda5819e10a0e5787",
"homepage": "https://github.com/noteScript/qrcodejs#readme",
"keywords": [
"qrcode",
"javascript"
],
"license": "MIT",
"main": "qrcode.js",
"name": "qrcode",
"repository": {
"type": "git",
"url": "https://github.com/noteScript/qrcodejs.git"
},
"version": "0.0.3"
}