ucftools/matlab/+jsonlab/package.json

22 lines
531 B
JSON

{
"name": "jsonlab",
"version": "1.9",
"description": "An open-source MATLAB/Octave JSON encoder and decoder",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fangq/jsonlab.git"
},
"author": "Qianqian Fang <q.fang at neu.edu>",
"license": "BSD",
"bugs": {
"url": "https://github.com/fangq/jsonlab/issues"
},
"homepage": "https://iso2mesh.sf.net/jsonlab/"
}