{
  "name": "detective-sass",
  "version": "3.0.1",
  "description": "Find the dependencies of a sass file",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mrjoelkemp/node-detective-sass.git"
  },
  "keywords": [
    "detective",
    "sass",
    "ast",
    "dependencies"
  ],
  "author": "Joel Kemp <joel@mrjoelkemp.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrjoelkemp/node-detective-sass/issues"
  },
  "homepage": "https://github.com/mrjoelkemp/node-detective-sass",
  "engines": {
    "node": ">= 6.0"
  },
  "devDependencies": {
    "mocha": "^5.2.0"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "gonzales-pe": "^4.2.3",
    "node-source-walk": "^4.0.0"
  }
}
