{
  "name": "xlsx-plus",
  "version": "0.3.0",
  "description": "A wrapper for js-xlsx with an improved API",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Scimonster/js-xlsx-plus.git"
  },
  "keywords": [
    "spreadsheet",
    "xlsx",
    "excel",
    "xls"
  ],
  "author": "Scimonster (https://github.com/Scimonster)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Scimonster/js-xlsx-plus/issues"
  },
  "homepage": "https://github.com/Scimonster/js-xlsx-plus#readme",
  "dependencies": {
    "lodash": "^4.17.4",
    "xlsx": "0.10.8"
  },
  "devDependencies": {
    "aliasify": "^2.1.0",
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "browserify": "^13.1.0",
    "eslint": "^3.6.1",
    "package-json-versionify": "^1.0.4",
    "uglify-js": "^2.7.5"
  },
  "scripts": {
    "build": "ls -l dist && babel src --out-dir lib --presets=es2015 && node compile && ls -l dist"
  }
}
