{
  "name": "@bolt/sass-export-data",
  "version": "2.1.0",
  "description": "Export Sass as JSON data",
  "main": "index.js",
  "style": "export-data.scss",
  "scripts": {
    "test:compile": "rm -rf tests/basics/dest/ && mkdir tests/basics/dest/ && node-sass --functions tests/basics/function.js tests/basics/scss/style.scss tests/basics/dest/style.css",
    "test": "mocha tests"
  },
  "keywords": [
    "theme-tools-plugin",
    "theme-tools"
  ],
  "author": "EvanLovely <evanlovely@gmail.com> (http://evanlovely.com)",
  "license": "MIT",
  "repository": "https://github.com/basaltinc/theme-tools/tree/master/packages/sass-export-data",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@theme-tools/core": "^1.0.0",
    "fs-extra": "^5.0.0",
    "jsondiffpatch": "^0.2.5"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-fs": "^1.0.0",
    "mocha": "^4.0.1",
    "node-sass": "^4.5.3"
  },
  "gitHead": "6d63b755d1f04fc643b53b51d3293865bbb59e2f"
}
