{
  "name": "machinepack-paths",
  "version": "2.0.3",
  "description": "Utilities for handling and transforming file paths.",
  "scripts": {
    "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
  },
  "keywords": [
    "Paths",
    "machines",
    "machinepack"
  ],
  "author": "Mike McNeil",
  "license": "MIT",
  "dependencies": {
    "machine": "^11.0.3",
    "path-is-absolute": "^1.0.0",
    "path-parse": "^1.0.5"
  },
  "devDependencies": {
    "test-machinepack-mocha": "^2.1.3"
  },
  "machinepack": {
    "friendlyName": "Paths",
    "machineDir": "machines/",
    "machines": [
      "if-absolute",
      "resolve",
      "parse",
      "home",
      "join"
    ]
  }
}
