dustinspecker/shorten-css-hex

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "shorten-css-hex",
  "version": "1.1.0",
  "description": "Shorten CSS hex codes",
  "main": "lib/index.js",
  "scripts": {
    "test": "gulp test",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": "dustinspecker/shorten-css-hex",
  "keywords": [
    "css",
    "hex",
    "minify"
  ],
  "author": {
    "name": "Dustin Specker",
    "email": "DustinSpecker@DustinSpecker.com",
    "url": "https://github.com/dustinspecker"
  },
  "license": "MIT",
  "files": [
    "lib"
  ],
  "dependencies": {
    "is-css-color-hex": "^0.2.0"
  },
  "devDependencies": {
    "babel-core": "^6.0.12",
    "babel-preset-es2015": "^6.0.12",
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "del": "^2.0.0",
    "eslint-config-dustinspecker": "^1.1.0",
    "eslint-plugin-new-with-error": "^1.1.0",
    "eslint-plugin-no-use-extend-native": "^0.3.1",
    "eslint-plugin-xo": "^0.5.1",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.0.0",
    "gulp-eslint": "^3.0.1",
    "gulp-istanbul": "^1.0.0",
    "gulp-mocha": "^3.0.0"
  }
}