-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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
{
"author": "zbryikt",
"name": "csv4xls",
"license": "MIT",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"description": "csv generator friendly for Microsoft Excel",
"version": "0.5.0",
"homepage": "https://github.com/plotdb/csv4xls",
"repository": {
"type": "git",
"url": "https://github.com/plotdb/csv4xls"
},
"scripts": {
"start": "npx server -r web -o true"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.12",
"@loadingio/debounce.js": "^1.0.1",
"@loadingio/ldquery": "^3.0.6",
"@zbryikt/template": "^2.4.1",
"bootstrap": "^4.6.1",
"fedep": "^1.6.0",
"ldview": "^1.5.1",
"livescript": ">=1.6.0",
"proxise": "^1.0.1",
"uglify-js": "^3.13.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"@loadingio/bootstrap.ext",
"proxise",
"@loadingio/debounce.js",
"@loadingio/ldquery",
"ldview",
"xlsx"
]
}
}