-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "ng2-qrcode",
"version": "0.1.3",
"description": "Angular2 QRCode generator using qrcodejs",
"author": "Andrea Patuzzo <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/PragmaticClub/ng2-qrcode.git"
},
"keywords": [
"angular2",
"ng2",
"qrcode",
"qrcodejs",
"ng2-qrcode"
],
"homepage": "https://github.com/PragmaticClub/ng2-qrcode#readme",
"bugs": {
"url": "https://github.com/PragmaticClub/ng2-qrcode/issues"
},
"main": "dist/ng2-qrcode.js",
"typings": "dist/ng2-qrcode",
"scripts": {
"preinstall": "npm i typings -g",
"prepublish": "typings install && tsc",
"postinstall": "typings install"
},
"dependencies": {
"qrcodejs2": "^0.0.2"
},
"peerDependencies": {
"@angular/core": "^2.0.0-rc.4",
"rxjs": "^5.0.0-beta.6",
"zone.js": "^0.6.12"
},
"devDependencies": {
"codelyzer": "0.0.26",
"ts-loader": "^0.8",
"es6-promise": "^3.0",
"es6-shim": "^0.35",
"tslint": "3.13.0",
"typescript": "^1.8.10",
"typings": "^0.8.1"
}
}