-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.01 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
47
48
{
"name": "xlsx",
"description": "Office Open XML Generator using Node.js support Excel (xlsx). This module is for all frameworks and environments. No need for any commandline tool - this module is doing everything inside it.",
"version": "0.1",
"url": "https://github.com/egor-manjula/xlsx",
"keywords": [
"xlsx",
"office",
"microsoft",
"excel",
"Office Open XML",
"generate",
"create",
"maker",
"generator",
"creator"
],
"repository": {
"type": "git",
"url": "https://github.com/egor-manjula/xlsx.git"
},
"bugs": {
"url": ""
},
"main": "lib/xlsx.coffee",
"directories": {
"lib": "lib"
},
"scripts": {
"test": ""
},
"dependencies": {
"archiver": "~0.9.1",
"mustache": "~0.8.1",
"moment": "^2.6.0",
"when": "^3.1.0"
},
"author": {
"name": "Egor Manjula",
"url": "https://github.com/egor-manjula"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/egor-manjula/xlsx#credit"
}
]
}