drupal-erable/web/themes/erabletheme/package.json

15 lines
237 B
JSON

{
"name": "erabletheme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"sass": "node-sass -w scss/ -o css/"
},
"author": "",
"license": "ISC",
"dependencies": {
"sass": "^1.69.5"
}
}