generator-landing-page
Version:
Fork of default Yeoman generator, with optional landing page features such as social buttons and email signup.
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "generator-landing-page",
"version": "0.1.0",
"description": "Fork of default Yeoman generator, with optional landing page features such as social buttons and email signup.",
"keywords": [
"yeoman-generator",
"landing",
"page",
"marketing",
"site",
"social",
"email",
"product",
"h5bp",
"bootstrap"
],
"homepage": "https://github.com/quartzmo/generator-landing-page",
"bugs": "https://github.com/quartzmo/generator-landing-page/issues",
"author": "quartzmo",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/quartzmo/generator-landing-page.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"yeoman-generator": "~0.11.1",
"cheerio": "~0.10.8"
},
"peerDependencies": {
"generator-mocha": "~0.1.1"
},
"devDependencies": {
"mocha": "~1.9.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "BSD"
}
]
}