{
  "name": "locator",
  "description": "gives semantic meaning to filesystem paths",
  "version": "2.0.0",
  "homepage": "https://github.com/yahoo/locator",
  "keywords": [
    "filesystem",
    "fs",
    "mojito",
    "modown"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yahoo/locator.git"
  },
  "author": "Drew Folta <folta@yahoo-inc.com>",
  "contributors": [
    "Isao Yagi <isao@yahoo-inc.com>",
    "Michael Ridgway <mridgway@yahoo-inc.com>",
    "Caridy Patino <caridy@yahoo-inc.com> (http://github.com/caridy)",
    "alberto chan <albertoc@yahoo-inc.com>"
  ],
  "license": "BSD",
  "main": "lib/bundleLocator.js",
  "files": [
    "lib/"
  ],
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">0.8",
    "npm": ">1.0"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "semver": "^5.3.0",
    "walk": "^2.3.1"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "istanbul": "*",
    "jshint": "^2.9.6",
    "mocha": "^5.2.0",
    "xunit-file": "*",
    "yui-lint": "^0.2.0"
  },
  "scripts": {
    "cover": "istanbul cover -- _mocha tests/lib/ --reporter spec",
    "lint": "jshint --config node_modules/yui-lint/jshint.json lib/ tests/lib/",
    "pretest": "jshint --config node_modules/yui-lint/jshint.json lib/ tests/lib/",
    "test": "_mocha tests/lib/ --reporter spec"
  }
}
