sandark7/csso-loader

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "csso-loader",
  "version": "0.3.1",
  "description": "CSSO loader module for webpack",
  "keywords": [
    "webpack",
    "loader",
    "csso",
    "css",
    "minify"
  ],
  "scripts": {
    "test": "jest",
    "travis": "jest --coverage"
  },
  "homepage": "https://github.com/sandark7/csso-loader",
  "bugs": {
    "url": "https://github.com/sandark7/csso-loader/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sandark7/csso-loader.git"
  },
  "author": {
    "name": "Andrew Smirnov",
    "email": "sandark7@gmail.com",
    "url": "https://github.com/sandark7"
  },
  "main": "index.js",
  "dependencies": {
    "csso": "^3.0.1",
    "loader-utils": "^1.1.0"
  },
  "devDependencies": {
    "jest": "^19.0.2"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "license": "MIT"
}