-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "angular2-csv",
"author": "javiertelioz",
"email": "[email protected]",
"license": "MIT",
"version": "0.2.9",
"repository": {
"type": "git",
"url": "https://github.com/javiertelioz/angular2-csv.git"
},
"bugs": {
"url": "https://github.com/javiertelioz/angular2-csv/issues"
},
"keywords": [
"angular2",
"angular4",
"angular5",
"angular6",
"angular-2",
"angular-4",
"angular-5",
"angular-6",
"export-to-csv",
"export-to-excel",
"csv",
"excel",
"libreoffice",
"openoffice"
],
"peerDependencies": {
"@angular/common": "^7.0.0-rc.0 || ^7.0.0",
"@angular/core": "^7.0.0-rc.0 || ^7.0.0"
},
"main": "bundles/angular2-csv.umd.js",
"module": "fesm5/angular2-csv.js",
"es2015": "fesm2015/angular2-csv.js",
"esm5": "esm5/angular2-csv.js",
"esm2015": "esm2015/angular2-csv.js",
"fesm5": "fesm5/angular2-csv.js",
"fesm2015": "fesm2015/angular2-csv.js",
"typings": "angular2-csv.d.ts",
"metadata": "angular2-csv.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}