-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "jr-qrcode",
"version": "1.2.1",
"description": "qrcode generator",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"chai": "^3.5.0",
"co": "^4.6.0",
"eslint": "^5.3.0",
"eslint-config-jr": "^1.0.0",
"jsqr": "^0.2.2",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-power-assert": "1.0.0",
"karma-webpack": "^3.0.0",
"mocha": "^5.2.0",
"power-assert": "^1.6.0",
"webpack": "^1.13.1"
},
"dependencies": {},
"main": "dist/jr-qrcode.js",
"types": "index.d.ts",
"scripts": {
"dist": "webpack -p",
"lint": "eslint index.js lib/assign-polyfill.js lib/encode.js lib/jr-qrcode.js",
"test": "npm run lint && karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diamont1001/jrQrcode.git"
},
"keywords": [
"qr",
"qrcode",
"base64"
],
"author": "diamont1001",
"bugs": {
"url": "https://github.com/diamont1001/jrQrcode/issues"
},
"homepage": "https://github.com/diamont1001/jrQrcode#readme"
}