assemble-utils
Version:
Utilities built for the Assemble project.
117 lines (116 loc) • 2.3 kB
JSON
{
"name": "assemble-utils",
"description": "Utilities built for the Assemble project.",
"version": "0.1.0",
"homepage": "https://github.com/assemble/assemble-utils",
"author": {
"name": "assemble",
"url": "https://github.com/assemble/assemble"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"repository": {
"type": "git",
"url": "git://github.com/assemble/assemble-utils.git"
},
"bugs": {
"url": "git://github.com/assemble/assemble-utils/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/assemble-utils/blob/master/LICENSE-MIT"
}
],
"main": "./lib/index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"highlight.js": "*",
"js-yaml": "~2.0.3",
"lodash": "~1.1.1",
"marked": "~0.2.8"
},
"devDependencies": {
"grunt": "latest",
"chai": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
"grunt-mocha-test": "latest",
"handlebars": "~1.0.10"
},
"keywords": [
"blog generator",
"blog",
"boilerplate",
"boilerplates",
"bootstrap",
"build and deployment",
"build system",
"build",
"build bootstrap",
"builder",
"compile",
"compiler",
"components",
"conventions",
"deploy",
"example handlebars",
"framework",
"generator",
"gh-pages",
"grunt task",
"grunt",
"gruntplugin",
"handlebars",
"helpers",
"jekyll alternative",
"jekyll static",
"jekyll",
"json",
"mock",
"mocking",
"modules",
"mustache",
"node blog",
"node jekyll",
"parse",
"parser",
"partial",
"partials",
"pre-processor",
"preprocessor",
"render",
"renderer",
"scaffold",
"scaffolds",
"site builder",
"site generator",
"site generators",
"static HTML",
"static site",
"templates",
"templating",
"theme",
"themes",
"tool",
"toolkit",
"utility",
"web development",
"yaml",
"yaml front matter",
"web framework"
]
}