{
  "name": "lasso-less",
  "description": "Lasso.js plugin to support compilation of less dependencies",
  "keywords": [
    "lasso",
    "lasso-plugin",
    "less"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lasso-js/lasso-less.git"
  },
  "scripts": {
    "test": "npm run mocha && npm run jshint",
    "mocha": "mocha --ui bdd --reporter spec ./test",
    "jshint": "jshint src/"
  },
  "author": "Patrick Steele-Idem <pnidem@gmail.com>",
  "contributors": [
    "Patrick Steele-Idem <pnidem@gmail.com>",
    "Phillip Gates-Idem <phillip.idem@gmail.com>",
    "Mahdi Pedramrazi <pedramphp@gmail.com>"
  ],
  "maintainers": [
    "Patrick Steele-Idem <pnidem@gmail.com>",
    "Mahdi Pedramrazi <pedramphp@gmail.com>"
  ],
  "dependencies": {
    "async": "^2.6.0",
    "lasso-package-root": "^1.0.1",
    "less": "^4.1.1",
    "raptor-async": "^1.1.3",
    "raptor-logging": "^1.1.3",
    "raptor-polyfill": "^1.0.2",
    "raptor-util": "^1.1.2"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "jshint": "^2.9.5",
    "lasso": "^2.11.24",
    "lesshat": "^4.1.0",
    "mocha": "^5.1.1",
    "mockery": "^2.1.0"
  },
  "license": "Apache-2.0",
  "bin": {},
  "main": "./src/index.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "version": "4.0.2"
}
