You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

58 lines
1.7 KiB

{
"name": "html5-boilerplate-frontend.docpad",
"version": "0.1.0",
"private": true,
"description": "HTML5 Boilerplate skeleton for DocPad. Bare essentials for building a modern website with best practices. Adds frontend plugins asset compilation.",
"homepage": "https://github.com/lukekarrys/html5-boilerplate.docpad",
"keywords": [
"docpad-skeleton",
"docpad",
"website",
"skeleton",
"html5 boilerplate",
"h5bp",
"grunt"
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Luke Karrys (http://lukekarrys.com)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"Luke Karrys (http://lukekarrys.com)"
],
"bugs": {
"url": "https://github.com/lukekarrys/html5-boilerplate.docpad/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/lukekarrys/html5-boilerplate.docpad.git"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {
"docpad": "6.x",
"docpad-plugin-coffeescript": "2.x",
"docpad-plugin-eco": "2.x",
"docpad-plugin-marked": "2.x",
"docpad-plugin-partials": "2.x",
"docpad-plugin-stylus": "2.x",
"docpad-plugin-text": "2.x",
"grunt": "~0.3.17",
"grunt-css": "~0.3.2",
"bal-util": "~1.15.3",
"underscore": "~1.4.3",
"docpad-plugin-html2coffee": "~2.1.3",
"docpad-plugin-jade": "~2.3.1",
"docpad-plugin-livereload": "~2.3.1",
"docpad-plugin-ghpages": "~2.0.2",
"docpad-plugin-paged": "~2.1.4",
"docpad-plugin-handlebars": "~2.2.1"
},
"devDependencies": {
"docpad-plugin-livereload": "2.x"
},
"main": "node_modules/docpad/bin/docpad-server"
}