{
  "name": "larvitcss",
  "version": "0.8.38",
  "description": "Used to compile, minify, autoprefix etc CSS to remove the need to precompile css",
  "main": "index.js",
  "files": [
    "*.js",
    "controllers/**/*.js"
  ],
  "scripts": {
    "lint": "eslint *.js test/*.js",
    "test:unit": "tape ./test/*.js",
    "coverage": "nyc npm run test:unit",
    "test": "npm run lint && npm run coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/larvit/larvitcss.git"
  },
  "keywords": [
    "css",
    "compile",
    "autocompile"
  ],
  "author": {
    "name": "Mikael 'Lilleman' Göransson",
    "email": "lilleman@larvit.se",
    "url": "http://github.com/larvit/larvitcss"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/larvit/larvitcss/issues"
  },
  "homepage": "https://github.com/larvit/larvitcss#readme",
  "readmeFilename": "README.md",
  "dependencies": {
    "autoprefixer": "10.5.0",
    "postcss": "8.5.15",
    "sass": "1.101.0"
  },
  "private": false,
  "contributors": [],
  "devDependencies": {
    "axios": "1.18.0",
    "eslint": "8.57.1",
    "freeport": "1.0.5",
    "larvitbase-www": "0.8.125",
    "larvitutils": "5.1.200",
    "nyc": "18.0.0",
    "tape": "5.10.2"
  },
  "maintainers": [
    {
      "name": "lilleman",
      "email": "lilleman@larvit.se"
    }
  ]
}
