{
  "name": "grunt-codekit",
  "description": "Grunt plugin that compiles Kit files",
  "version": "1.2.1",
  "homepage": "https://github.com/fatso83/grunt-codekit",
  "author": {
    "name": "Carl-Erik Kopseng",
    "email": "carlerik@gmail.com",
    "url": "http://oligofren.wordpress.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fatso83/grunt-codekit.git"
  },
  "bugs": {
    "url": "https://github.com/fatso83/grunt-codekit/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/fatso83/grunt-codekit/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "node-kit": "^0.11.0"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "fs-extra": "^10.0.0",
    "grunt": "~1.4.1",
    "grunt-contrib-clean": "~2.0.0",
    "grunt-contrib-jshint": "~3.1.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-mocha-test": "^0.13.3",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^9.1.3",
    "sinon": "^12.0.1"
  },
  "peerDependencies": {
    "grunt": ">=0.4.2"
  },
  "keywords": [
    "grunt",
    "plugin",
    "codekit",
    "append",
    "prepend",
    "Kit language"
  ]
}
