davidjbradshaw/grunt-ckeditor-contenttemplates

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-ckeditor-contenttemplates",
  "description": "Create config file for CKEditor Content Templates plugin.",
  "version": "0.2.1",
  "homepage": "https://github.com/davidjbradshaw/grunt-ckeditor-contenttemplates",
  "author": {
    "name": "David J. Bradshaw",
    "email": "dave@bradshaw.net"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/davidjbradshaw/grunt-ckeditor-contenttemplates.git"
  },
  "bugs": {
    "url": "https://github.com/davidjbradshaw/grunt-ckeditor-contenttemplates/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/davidjbradshaw/grunt-ckeditor-contenttemplates/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^0.9.2",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-nodeunit": "^0.3.3",
    "grunt": "~0.4.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "dependencies": {
    "string": "1.8.x",
    "lodash": "2.4.x"
  },
  "keywords": [
    "gruntplugin"
  ]
}