{
  "name": "MatPack",
  "version": "2.2.1",
  "description": "Let's see if we can use npm as a matlab package manager",
  "scripts": {
    "install": "node scripts/create-matlab-package.js",
    "preuninstall": "node scripts/destroy-matlab-package.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KCErb/matlab-test-package.git"
  },
  "keywords": [
    "matlab",
    "package",
    "management"
  ],
  "author": "KC Erb <iamkcerb@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KCErb/matlab-test-package/issues"
  },
  "homepage": "https://github.com/KCErb/matlab-test-package#readme",
  "dependencies": {
    "fs-extra": "^0.30.0"
  }
}
