Created
September 1, 2015 22:32
-
-
Save corvine74/5f8fb59abaf4355417e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "pucker", | |
"description": "static site generator to baseline projects", | |
"version": "0.1.0", | |
"homepage": "http://pucker.io", | |
"author": { | |
"name": "Jess Hardy", | |
"email": "[email protected]" | |
}, | |
"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