-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
55 lines (55 loc) · 1.61 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
{
"name": "ngx-facebook",
"version": "3.0.0-0",
"description": "Facebook SDK bindings for Angular applications",
"scripts": {
"prebuild": "rm -rf dist",
"build": "ng build",
"docs": "zm-docs-gen",
"postversion": "npm run changelog",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postchangelog": "git commit -am \"chore(): update changelog\"",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zyra/ngx-facebook.git"
},
"keywords": [
"facebook",
"angular2",
"sdk"
],
"author": "Zyra Media Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/zyra/ngx-facebook/issues"
},
"homepage": "https://github.com/zyra/ngx-facebook",
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.8",
"@angular-devkit/build-ng-packagr": "~0.901.8",
"@angular-devkit/core": "~9.1.8",
"@angular-devkit/schematics": "~9.1.8",
"@angular/cli": "~9.1.8",
"@angular/common": "~9.1.11",
"@angular/compiler": "~9.1.11",
"@angular/compiler-cli": "~9.1.11",
"@angular/core": "~9.1.11",
"@angular/forms": "~9.1.11",
"@angular/platform-browser": "~9.1.11",
"@angular/platform-browser-dynamic": "~9.1.11",
"@angular/router": "~9.1.11",
"@types/node": "~14.0.13",
"fs-extra": "~9.0.1",
"glob": "~7.1.6",
"ng-packagr": "~9.1.5",
"rxjs": "~6.5.5",
"tsickle": "~0.38.1",
"tslint": "~5.15.0",
"typescript": "~3.8.3",
"zone.js": "~0.10.3",
"@zyramedia/docs-gen": "^1.7.0",
"conventional-changelog-cli": "^1.3.1"
}
}