{
  "name": "detective-scss",
  "version": "2.0.1",
  "description": "Find the dependencies of an scss file",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dependents/node-detective-scss.git"
  },
  "keywords": [
    "detective",
    "scss",
    "sass",
    "ast",
    "dependencies"
  ],
  "author": "Joel Kemp <joel@mrjoelkemp.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dependents/node-detective-scss/issues"
  },
  "homepage": "https://github.com/dependents/node-detective-scss",
  "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"
  },
  "directories": {
    "test": "test"
  }
}
