{
  "name": "colorful-background-css-generator",
  "description": "A Colorful CSS Gradient Background Generator.",
  "version": "1.0.0",
  "homepage": "https://github.com/webcore-it/colorful-background-css-generator",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/webcore-it/colorful-background-css-generator"
  },
  "keywords": [
    "color",
    "CSS",
    "background",
    "gradient",
    "generator"
  ],
  "author": {
    "name": "Thomas Zanthoff",
    "url": "http://www.webcore-it.com",
    "twitter": "@WebCoreIT",
    "twitter-url": "https://twitter.com/WebCoreIT"
  },
  "main": "./index.js",
  "directories": {},
  "engines": {
    "node": "6"
  },
  "scripts": {
    "build": "grunt",
    "build:publish": "npm test && grunt",
    "test": "jest",
    "prepublish": "npm run build:publish"
  },
  "devDependencies": {
    "grunt": "~1.0.2",
    "grunt-contrib-concat": "~1.0.1",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-jshint": "~1.1.0",
    "grunt-contrib-uglify": "~3.3.0",
    "grunt-contrib-watch": "~1.1.0",
    "grunt-strip-code": "^1.0.6",
    "jest": "^23.1.0"
  }
}
