{
  "name": "sass-aleksi",
  "title": "Aleksi Sass",
  "version": "0.6.2",
  "description": "A collection of Sass helper functions and mixins.",
  "keywords": [
    "eyeglass-module"
  ],
  "homepage": "https://github.com/yoannisj/aleksi",
  "license": "MIT",
  "author": {
    "name": "Yoannis Jamar",
    "email": "yoannis.j@gmail.com",
    "url": "http://yoannis.me"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yoannisj/sass-aleksi.git"
  },
  "eyeglass": {
    "name": "aleksi",
    "sassDir": "stylesheets/aleksi",
    "needs": "^1.5.0"
  },
  "devDependencies": {
    "mocha": "^6.1.4",
    "node-sass": "^4.12.0",
    "node-sass-import-once": "^1.2.0",
    "sass-true": "^5.0.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec",
    "test-rubysass": "./node_modules/sass-true/bin/true-cli ./test/test.scss"
  },
  "dependencies": {}
}
