forked from armanfatahi/ngx-qr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.91 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "ngx-qr",
"version": "1.1.13",
"scripts": {
"start": "ng serve --aot --host 0.0.0.0 --disable-host-check --ssl",
"build": "ng-packagr -p ng-package.json",
"test": "npm run lint && ng test --watch false",
"test-watch": "ng test",
"e2e": "ng e2e",
"e2e-watch": "watch \"ng e2e -s false\" src e2e --wait=1",
"lint": "ng lint"
},
"main": "./src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/armanfatahi/ngx-qr"
},
"author": {
"name": "Arman Fatahi",
"email": "[email protected]"
},
"contributors": [
"Mosh Mage <[email protected]> (http://moshmage.gitlab.io)",
"Christian Görg <[email protected]> (http://github.com/goergch)",
"Arman Fatahi <[email protected]> (http://github.com/armanfatahi)"
],
"keywords": [
"angular",
"angular2",
"QRCode",
"Scanner"
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/armanfatahi/ngx-qr/issues"
},
"dependencies": {
"tslib": "^1.10.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.21",
"@angular/cli": "^8.3.20",
"@angular/common": "8.2.14",
"@angular/compiler": "8.2.14",
"@angular/compiler-cli": "^8.2.14",
"@angular/core": "8.2.14",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/platform-server": "8.2.14",
"@types/es6-shim": "^0.31.37",
"@types/jasmine": "^2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^9.6.31",
"@types/selenium-webdriver": "^3.0.10",
"codelyzer": "^5.0.1",
"core-js": "^2.5.7",
"moment": "~>2.19.3",
"ng-packagr": "^5.4.0",
"rxjs": "^6.5.3",
"ssri": "~>5.2.2",
"ts-node": "~4.1.0",
"tsickle": "^0.37.0",
"tslint": "^5.11.0",
"typescript": "3.5.1",
"zone.js": "~0.9.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}