forked from alexcaza/export-to-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
{
"name": "@agreena-aps/export-to-csv",
"version": "1.0.1",
"description": "Easily create CSV data from json collection",
"repository": {
"type": "git",
"url": "https://github.com/Agreena-ApS/export-to-csv"
},
"scripts": {
"dev": "tsc --watch",
"test": "tsc && karma start"
},
"keywords": [
"export-to-csv",
"export-to-excel",
"csv",
"excel",
"libreoffice",
"openoffice",
"angular2",
"typescript",
"react",
"ngx",
"angular4",
"angular5"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/alexcaza/export-to-csv/issues"
},
"main": "./build/index.js",
"types": "./build/export-to-csv.d.ts",
"homepage": "https://github.com/alexcaza/export-to-csv#readme",
"devDependencies": {
"@types/jasmine": "^2.5.46",
"es6-shim": "^0.35.3",
"jasmine-core": "^2.4.1",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript": "^3.0.8",
"typescript": "^4.6.3"
}
}