-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
67 lines (67 loc) · 1.8 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
{
"name": "angular2-qrscanner",
"version": "1.0.7",
"scripts": {
"start": "ng serve --aot --host 0.0.0.0",
"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": "cd dishttps://github.com/goergch/angular2-qrscanner"
},
"author": {
"name": "Christian Görg",
"email": "[email protected]"
},
"contributors": [
"Mosh Mage <[email protected]> (http://moshmage.gitlab.io)",
"Christian Görg <[email protected]> (http://github.com/goergch)"
],
"keywords": [
"angular",
"angular2",
"QRCode",
"Scanner"
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/goergch/angular2-qrscanner/issues"
},
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "~0.8.0",
"@angular/cli": "^6.2.3",
"@angular/common": "6.1.7",
"@angular/compiler": "6.1.7",
"@angular/compiler-cli": "6.1.7",
"@angular/core": "6.1.7",
"@angular/platform-browser": "6.1.7",
"@angular/platform-browser-dynamic": "6.1.7",
"@angular/platform-server": "6.1.7",
"@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": "^4.4.4",
"core-js": "^2.5.7",
"moment": "~>2.19.3",
"ng-packagr": "^2.4.5",
"rxjs": "^6.3.2",
"ssri": "~>5.2.2",
"ts-node": "~4.1.0",
"tsickle": "^0.26.0",
"tslint": "^5.11.0",
"typescript": "2.9.2",
"zone.js": "^0.8.26"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}