{
  "name": "workspaces",
  "version": "0.1.0",
  "description": "",
  "homepage": "http://github.com/zeekay/workspaces",
  "bugs": "http://github.com/zeekay/workspaces/issues",
  "keywords": [
    "npm",
    "packages",
    "workspace",
    "workspaces",
    "symlink"
  ],
  "bin": "bin/workspaces",
  "main": "dist/workspaces.js",
  "module": "dist/workspaces.mjs",
  "jsnext:main": "dist/workspaces.mjs",
  "files": [
    "bin/workspaces",
    "dist/",
    "src/"
  ],
  "engines": {
    "node": ">=4.0.0"
  },
  "scripts": {
    "prepublishOnly": "cake build",
    "test": "cake test"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/zeekay/workspaces"
  },
  "dependencies": {
  },
  "devDependencies": {
    "cake-bundle": "0.2.6",
    "cake-outdated": "0.1.15",
    "cake-publish": "0.1.10",
    "cake-test": "0.1.0",
    "cake-version": "0.1.11",
    "cake-yarn": "0.1.1",
    "shortcake": "1.2.5"
  }
}
