{
  "name": "node-sass-import",
  "version": "2.0.1",
  "description": "Allows recursive import of SCSS components from local and/or node_modules directories using npm's module resolving algorithm",
  "bugs": "https://github.com/anarh/node-sass-import/issues",
  "author": "Emmanuel Addo Narh <eanarh@yahoo.com>",
  "license": "MIT",
  "main": "index.js",
  "files": [
    "index.js",
    "lib",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/anarh/node-sass-import"
  },
  "keywords": [
    "node-sass-import",
    "sass",
    "scss",
    "import",
    "require",
    "npm",
    "node",
    "loader",
    "importer"
  ],
  "dependencies": {
    "async": "2.6.0",
    "glob": "7.1.2",
    "path-format": "1.2.1",
    "path-parse": "1.0.5",
    "resolve": "1.5.0",
    "yargs": "11.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "6.1.0",
    "@commitlint/config-conventional": "6.1.0",
    "coveralls": "3.0.0",
    "demo-scss-npm-module": "0.0.3",
    "gaze-cli": "0.2.0",
    "husky": "0.14.3",
    "istanbul": "0.4.5",
    "node-sass": "4.7.2",
    "semistandard": "12.0.0",
    "standard-version": "4.3.0",
    "tap-spec": "4.1.1",
    "tape": "4.9.0"
  },
  "scripts": {
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "istanbul": "istanbul cover test/index.js",
    "lint": "semistandard",
    "prepublish": "npm run lint && npm test",
    "release": "standard-version",
    "start": "npm run test:watch",
    "test": "node test/index.js | tap-spec",
    "test:watch": "gaze 'npm test' 'test/**/*.js' 'lib/**/*.js' 'index.js'"
  }
}
