-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "angular-universalize-email",
"version": "1.1.6",
"description": "Use angular universal to generate email templates",
"main": "index.js",
"homepage": "https://github.com/sohoffice/angular-universalize-email",
"bugs": {
"url": "https://github.com/sohoffice/angular-universalize-email/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sohoffice/angular-universalize-email.git"
},
"bin": {
"angular-universalize-email": "bin/run.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angular",
"angular universal",
"email"
],
"author": "Douglas Liu",
"license": "MIT",
"dependencies": {
"argparse": "^1.0.10",
"inline-css": "^2.4.1",
"strip-js": "^1.2.0"
},
"devDependencies": {
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-commonjs": "^1.0.0",
"karma-jasmine": "^2.0.1"
},
"peerDependencies": {
"@angular/animations": "*",
"@angular/common": "*",
"@angular/compiler": "*",
"@angular/core": "*",
"@angular/platform-browser": "*",
"@angular/platform-browser-dynamic": "*",
"@angular/platform-server": "*",
"@nguniversal/module-map-ngfactory-loader": "*",
"reflect-metadata": "*",
"rxjs": "*",
"zone.js": "*"
}
}