-
Notifications
You must be signed in to change notification settings - Fork 183
/
bower.json
35 lines (35 loc) · 827 Bytes
/
bower.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
{
"name": "xlsx-populate",
"version": "1.0.0",
"homepage": "https://github.com/dtjohnson/xlsx-populate",
"authors": [
"Dave T. Johnson <[email protected]>",
"Eddie Corrigall <[email protected]>"
],
"description": "Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, and a focus on keeping existing workbook features and styles in tact.",
"main": "browser/xlsx-populate.js",
"license": "MIT",
"ignore": [
"**/.*",
"blank",
"docs",
"lib",
"node_modules",
"test"
],
"keywords": [
"promise",
"performance",
"promises",
"promises-a",
"promises-aplus",
"async",
"await",
"deferred",
"deferreds",
"future",
"flow control",
"dsl",
"fluent interface"
]
}