exceltojson
Version:
this excel transform json
37 lines (36 loc) • 785 B
JSON
{
"name": "exceltojson",
"version": "1.0.6",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jenny",
"license": "ISC",
"devDependencies": {
"events": "^1.1.1"
},
"bin":{
"create":"./excel2json.js"
},
"dependencies": {
"argv": "^0.0.2",
"events": "^1.1.1",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"xc-urlparam": "^1.0.0",
"node-xlsx":"0.7.4"
},
"description": "this excel transform json",
"repository": {
"type": "git",
"url": "git+https://github.com/jenny86/excel2json.git"
},
"keywords": [
"excel2json"
],
"bugs": {
"url": "https://github.com/jenny86/excel2json/issues"
},
"homepage": "https://github.com/jenny86/excel2json#readme"
}