forked from optilude/xlsx-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 971 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "xlsx-template",
"version": "0.0.7",
"description": "Generate .xlsx (Excel) files from templates built in Excel",
"main": "./lib/index",
"author": {
"name": "Martin Aspeli"
},
"contributors": [
{
"name": "Martin Aspeli",
"email": "optilude@gmail.com"
},
{
"name": "Andrey Kurdyumov",
"email": "kant2002@gmail.com"
}
],
"repository": {
"type": "git",
"url": "http://github.com/optilude/xlsx-template.git"
},
"bugs": {
"url": "http://github.com/optilude/xlsx-template/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/optilude/xlsx-template/raw/master/LICENSE"
}
],
"dependencies": {
"elementtree": "0.1.6",
"jszip": "^2.6.1"
},
"devDependencies": {
"buster": "0.7.18",
"grunt": "~1.0.1",
"grunt-buster": "~0.4.2"
},
"scripts": {
"test": "buster-test"
},
"readme": "",
"readmeFilename": "README.md"
}