forked from DiegoZoracKy/convert-excel-to-json
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 820 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
{
"name": "convert-excel-to-json",
"version": "1.6.1",
"description": "Convert Excel to JSON",
"homepage": "https://github.com/DiegoZoracKy/convert-excel-to-json/",
"main": "./lib/convert-excel-to-json.js",
"bin": "./bin/cli.js",
"author": {
"name": "Diego ZoracKy",
"email": "[email protected]",
"url": "https://github.com/DiegoZoracKy/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/DiegoZoracKy/convert-excel-to-json.git"
},
"keywords": [
"excel to json",
"converts excel"
],
"scripts": {
"test": "mocha ./tests -b"
},
"dependencies": {
"argparse": "^1.0.2",
"magicli": "0.0.8",
"node.extend": "^2.0.2",
"xlsx": "^0.12.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^5.2.0"
}
}