joscha/less-vars-loader

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "less-vars-loader",
  "description": "webpack loader to load variables from less files",
  "main": "index.js",
  "scripts": {
    "pretest": "webpack --config ./test/sample/webpack.config.js",
    "test": "mocha",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/joscha/less-vars-loader.git"
  },
  "author": "Joscha Feth <joscha@feth.com>",
  "engines": {
    "node": ">=5"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joscha/less-vars-loader/issues"
  },
  "homepage": "https://github.com/joscha/less-vars-loader#readme",
  "dependencies": {
    "camelcase": "^3.0.0",
    "less-vars-to-js": "^1.1.2",
    "loader-utils": "^0.2.16",
    "object.entries": "^1.0.3"
  },
  "keywords": [
    "webpack",
    "loader",
    "less",
    "vars"
  ],
  "devDependencies": {
    "chai": "^3.5.0",
    "cz-conventional-changelog": "^1.2.0",
    "mocha": "^3.0.2",
    "semantic-release": "^4.3.5",
    "webpack": "^1.9.10"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}