{
  "name": "js-zip",
  "version": "1.0.1",
  "description": "Implement zip function of python",
  "main": "dist/js-zip.min.js",
  "scripts": {
    "test": " npm run lint && jest --coverage",
    "lint": "eslint src && eslint __tests__",
    "build": "webpack && npm run test",
    "coveralls": "cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZiQiangWang/js-zip.git"
  },
  "keywords": [
    "js",
    "zip",
    "python",
    "matrix"
  ],
  "author": "ZiQiangWang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ZiQiangWang/js-zip/issues"
  },
  "homepage": "https://github.com/ZiQiangWang/js-zip#readme",
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "babel-jest": "^20.0.3",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "coveralls": "^2.13.1",
    "eslint": "^4.1.1",
    "jest": "^20.0.4",
    "webpack": "^3.0.0"
  }
}
