forked from trevordixon/excel.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 786 Bytes
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
{
"name": "excel",
"version": "0.0.5",
"description": "Web and node.js spreadsheet library. Supports xlsx, csv, tsv (or any simple delimited file) for now.",
"main": "excelParser.js",
"contributors": [
{ "name": "Jake Scott", "email": "scott.iroh@gmail.com" },
{ "name": "Fabian Tollenaar", "email": "fabian@starting-point.nl" }
],
"dependencies": {
"node-promise": "~0.5.3",
"libxmljs": "*",
"underscore": "~1.3.3",
"unzip": ">=0.1.8"
},
"devDependencies": {
"stencil-js": ">= 0.8.4",
"grunt": ">= 0.3.16"
},
"repository": {
"type": "git",
"url": "https://github.com/trevordixon/excel.js"
},
"keywords": [
"excel",
"xls",
"xlsx"
],
"author": "Trevor Dixon <trevordixon@gmail.com>",
"license": "MIT"
}