dart-sass-variable-loader
Version:
Sass variable loader module for webpack (dart)
51 lines (50 loc) • 1.45 kB
JSON
{
"name": "dart-sass-variable-loader",
"version": "0.2.4",
"description": "Sass variable loader module for webpack (dart)",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"build": "babel ./src -d ./dist",
"lint": "eslint --ext=.js ./src",
"patch": "npm version patch -m \"Upgrade to %s with new patch\"",
"minor": "npm version minor -m \"Upgrade to %s with new patch\"",
"publish": "npm publish --access public",
"prepush": "npm run lint && npm run test",
"prepare": "npm run build",
"test": "npm run build && node ./test/index.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/bogden/dart-sass-variable-loader"
},
"keywords": [
"nordnet",
"sass",
"variable",
"loader"
],
"author": "Bogdan Panazdyr <bogden93@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/bogden/dart-sass-variable-loader/issues"
},
"homepage": "https://gitlab.com/bogden/dart-sass-variable-loader",
"dependencies": {
"loader-utils": "^1.0.3",
"lodash": "^4.17.11",
"sass": "^1.17.2",
"strip-json-comments": "^2.0.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.3.13",
"eslint": "^3.1.1",
"eslint-config-airbnb-base": "^5.0.0",
"eslint-plugin-import": "^1.11.1",
"husky": "^0.10.2",
"rimraf": "^2.5.0"
}
}