-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
59 lines (59 loc) · 1.33 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
{
"name": "ng2-meta",
"description": "Dynamic meta tags and SEO in Angular2",
"version": "5.0.0",
"scripts": {
"lint": "tslint src/**/*.ts -p tsconfig.json",
"build": "ng-packagr -p package.json"
},
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
},
"repository": {
"type": "git",
"url": "https://github.com/vinaygopinath/ng2-meta"
},
"author": {
"name": "Vinay Gopinath",
"email": "[email protected]",
"url": "https://www.vinaygopinath.me"
},
"keywords": [
"angular",
"angular2",
"seo",
"meta tags",
"open graph"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/vinaygopinath/ng2-meta/issues"
},
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/router": "^6.0.0",
"core-js": "^2.5.7",
"zone.js": "^0.8.26",
"rxjs": "^6.0"
},
"devDependencies": {
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@types/node": "^6.0.46",
"codelyzer": "^4.4.2",
"ng-packagr": "^3.0.3",
"tsickle": "^0.32",
"tslint": "^5.10.0",
"typescript": ">=2.7.2"
},
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
}
}