node-sass-utils
Version:
Utilities for working with node-sass.
40 lines (39 loc) • 975 B
JSON
{
"name": "node-sass-utils",
"version": "1.1.3",
"description": "Utilities for working with node-sass.",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/sass-eyeglass/node-sass-utils.git"
},
"author": "Chris Eppstein <chris@eppsteins.net>",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/sass-eyeglass/node-sass-utils/issues"
},
"engines": {
"node": ">= 0.12"
},
"homepage": "https://github.com/sass-eyeglass/node-sass-utils",
"devDependencies": {
"eslint": "^0.14.1",
"eyeglass-dev-eslint": "^1.0.1",
"grunt": "^0.4.5",
"grunt-release": "^0.12.0",
"gulp": "^3.8.11",
"gulp-eslint": "0.4.0",
"gulp-mocha": "^2.0.0",
"mocha": "^2.1.0",
"node-sass": "^4.0.0",
"sass": "^1.26.3",
"should": ">= 0.0.1"
},
"volta": {
"node": "10.19.0",
"yarn": "1.22.4"
}
}