{
  "name": "grunt-copy-to",
  "version": "0.0.12",
  "description": "grunt task for syncing files between directories and keeping modified times",
  "main": "index.js",
  "scripts": {
    "test": "jasmine-node spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/clavery/grunt-copy-to.git"
  },
  "keywords": [
    "grunt",
    "copy",
    "sync"
  ],
  "author": "Charles Lavery",
  "license": "MIT",
  "dependencies": {
    "grunt": "~0.4.1",
    "lodash": "*"
  },
  "devDependencies": {
    "grunt-exec": "~0.4.0",
    "grunt-contrib-watch": "~0.2.0",
    "jasmine-node": "~1.3.0",
    "grunt-contrib-jshint": "~0.1.1",
    "jshint": "~1.0.0",
    "grunt-contrib-copy": "~0.4.0",
    "grunt-contrib-clean": "~0.4.0"
  }
}
