boilerplate-bootstrap
Version:
Build Bootstrap with Assemble instead of Jekyll.
63 lines (62 loc) • 1.44 kB
JSON
{
"name": "boilerplate-bootstrap",
"description": "Build Bootstrap with Assemble instead of Jekyll.",
"version": "0.2.8",
"homepage": "https://github.com/assemble/boilerplate-bootstrap",
"author": [
{
"name": "Jon Schlinkert",
"url": "http://github.com/jonschlinkert"
}
],
"repository": {
"type": "git",
"url": "https://github.com/assemble/boilerplate-bootstrap.git"
},
"bugs": {
"url": "https://github.com/assemble/boilerplate-bootstrap/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "tasks/replacements.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"assemble": "~0.4.33",
"assemble-less": "~0.6.1",
"frep": "~0.1.2",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-frep": "~0.1.2",
"grunt-sync-pkg": "~0.1.2",
"handlebars-helper-prettify": "~0.2.1",
"pretty": "~0.1.1"
},
"keywords": [
"assemble boilerplate",
"assemble example",
"assemble",
"assembleboilerplate",
"blog generator",
"boilerplate",
"bootstrap node.js",
"bootstrap",
"build",
"component generator",
"grunt task",
"grunt",
"handlebars",
"node.js bootstrap",
"node.js jekyll",
"node.js site generator",
"site builder",
"site generator",
"templates"
]
}