UNPKG

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