json.excel
Version:
json to excel,or excel to json
29 lines (28 loc) • 513 B
JSON
{
"name": "json.excel",
"version": "0.0.3",
"description": "json to excel,or excel to json",
"main": "gruntfile.js",
"scripts": {
"test": "test"
},
"keywords": [
"json",
"excel",
"json2excel",
"excel2json"
],
"author": "donghanji",
"license": "MIT",
"dependencies": {
"node-xlsx": "^0.4.0"
},
"devDependencies": {
"grunt": "^0.4.5"
},
"repository":{
"type":"git",
"url":"git://github.com/donghanji/json.excel.git"
},
"readmeFilename": "README.md"
}