{
  "name": "root-import-utils",
  "version": "1.1.0",
  "description": "Functions for transforming import/require paths that have a prefix referring to the project root.",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "keywords": [
    "import",
    "require",
    "transform",
    "module",
    "path",
    "utilities",
    "functions",
    "project",
    "root",
    "relative"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/m59peacemaker/js-root-import-utils"
  },
  "author": {
    "name": "Johnny Hauser",
    "email": "johnnyhauser@gmail.com"
  },
  "license": "CC0-1.0",
  "dependencies": {
    "fj-pipe": "^1.1.0",
    "path": "^0.12.7",
    "regexp.escape": "^1.0.2"
  },
  "devDependencies": {
    "tape": "^4.6.0"
  }
}
