{
  "name": "j",
  "version": "0.4.3",
  "author": "sheetjs",
  "description": "CLI tool for working with XLS/XLSX/XLSM/XLSB files",
  "keywords": [ "excel", "xls", "xlsx", "xlsm", "xlsb", "office", "spreadsheet" ],
  "bin": {
    "j": "./bin/j.njs"
  },
  "files": [
    "LICENSE",
    "README.md",
    "bin",
    "j.js"
  ],
  "main": "./j",
  "dependencies": {
    "xlsjs": "~0.7.1",
    "xlsx": "~0.7.11",
    "harb": "~0.0.5",
    "concat-stream":"",
    "commander":""
  },
  "devDependencies": {
    "mocha":""
  },
  "repository": { "type":"git", "url":"https://github.com/SheetJS/j.git" },
  "scripts": {
    "test": "make mocha"
  },
  "config": {
    "blanket": {
      "pattern": "[./j.js,./node_modules/xlsjs/xls.js,./node_modules/xlsx/xlsx.js]"
    }
  },
  "bugs": { "url": "https://github.com/SheetJS/j/issues" },
  "license": "Apache-2.0",
  "engines": { "node": ">=0.8" }
}
