{
  "name": "sassdash",
  "version": "0.9.0",
  "description": "The Sass implementation of lodash.",
  "main": "scss/_sassdash.scss",
  "directories": {
    "test": "tests"
  },
  "devDependencies": {
    "mocha": "^5.0.5",
    "node-sass": "4.8.3",
    "sass-true": "^4.0.0",
    "should": "^13.2.1"
  },
  "peerDependencies": {
    "node-sass": "^4.0.0"
  },
  "scripts": {
    "test": "mocha tests/index.js",
    "test:dev": "./node_modules/node-sass/bin/node-sass tests/tests.scss"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/davidkpiano/sassdash.git"
  },
  "keywords": [
    "sassdash",
    "sass",
    "scss",
    "lodash"
  ],
  "author": "David Khourshid <davidkpiano@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidkpiano/sassdash/issues"
  },
  "homepage": "https://github.com/davidkpiano/sassdash"
}
