{
  "name": "sync-data-from-config",
  "description": "sync webpackConfig from php.config",
  "version": "0.1.1",
  "homepage": "https://github.com/k/myplugin",
  "author": {
    "name": "lianggaolin",
    "email": "1195391580@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/k/myplugin.git"
  },
  "bugs": {
    "url": "https://github.com/k/myplugin/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/k/myplugin/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "devDependencies": {
    "grunt": "^0.4.5"
  },
  "keywords": [
    "gruntplugin"
  ]
}