UNPKG

964 BJSONView Raw
1{
2 "name": "@bolt/sass-export-data",
3 "version": "2.3.1",
4 "description": "Export Sass as JSON data",
5 "main": "index.js",
6 "style": "export-data.scss",
7 "scripts": {
8 "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",
9 "test": "mocha tests"
10 },
11 "keywords": [
12 "theme-tools-plugin",
13 "theme-tools"
14 ],
15 "author": "EvanLovely <evanlovely@gmail.com> (http://evanlovely.com)",
16 "license": "MIT",
17 "repository": "https://github.com/basaltinc/theme-tools/tree/master/packages/sass-export-data",
18 "publishConfig": {
19 "access": "public"
20 },
21 "dependencies": {
22 "@theme-tools/core": "^1.0.0",
23 "chai": "^4.1.2",
24 "chai-fs": "^1.0.0",
25 "fs-extra": "^5.0.0",
26 "jsondiffpatch": "^0.2.5",
27 "mocha": "^4.0.1",
28 "node-sass": "^4.5.3"
29 },
30 "gitHead": "633f6dbd563f707ea4a3a1ce14717fc1cf435f7f"
31}