corvine74
9/1/2015 - 10:32 PM

package.json

{
  "name": "pucker",
  "description": "static site generator to baseline projects",
  "version": "0.1.0",
  "homepage": "http://pucker.io",
  "author": {
    "name": "Jess Hardy",
    "email": "corvine@me.com"
  },
  "license": "MIT",
  "copyright": "Jess Hardy",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-connect": "^0.11.2",
    "grunt-contrib-imagemin": "^0.9.4",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "^0.9.2",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-gh-pages": "^0.10.0",
    "grunt-newer": "^1.1.1",
    "grunt-sass": "^1.0.0",
    "grunt-svgmin": "^2.0.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.5"
  },
  "keywords": [
    "static",
    "site",
    "generator"
  ]
}