forked from faisalman/simple-excel-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 824 Bytes
/
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
{
"name": "simple-excel-js",
"version": "1.0.0",
"description": "Client-side script to easily parse / convert / write any Microsoft Excel XLSX / XML / CSV / TSV / HTML / JSON / etc formats.",
"main": "src/simple-excel.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/njabang/simple-excel-js.git"
},
"keywords": [
"excel",
"xls",
"xlsx",
"office",
"spreadsheet",
"xml",
"csv",
"tsv",
"html",
"json"
],
"author": "faisalman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/njabang/simple-excel-js/issues"
},
"homepage": "https://github.com/njabang/simple-excel-js#readme"
}