Skip to content

Instantly share code, notes, and snippets.

@corvine74
Created September 1, 2015 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corvine74/5f8fb59abaf4355417e3 to your computer and use it in GitHub Desktop.
Save corvine74/5f8fb59abaf4355417e3 to your computer and use it in GitHub Desktop.
{
"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"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment