{
  "name": "postrenew",
  "version": "0.0.1",
  "description": "Plugin to renew your wordpress posts automatically",
  "main": "",
  "scripts": {
    "build": "node node_modules/grunt/bin/grunt build",
    "start": "node node_modules/grunt/bin/grunt watch"
  },
  "keywords": [
    "wordpress",
    "wp",
    "plugin",
    "starter"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codekraft-studio/postrenew.git"
  },
  "author": "codekraft-studio",
  "license": "GPL-2.0+",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-sass": "^1.0.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-wp-i18n": "^0.5.4"
  }
}
