lingon-cli
Version:
Command line interface to Lingon, a static site generator.
62 lines (61 loc) • 1.32 kB
JSON
{
"name": "lingon-cli",
"description": "Command line interface to Lingon, a static site generator.",
"version": "0.2.5",
"homepage": "https://github.com/jpettersson/lingon-cli",
"author": {
"name": "Jonathan Pettersson",
"email": "jonathan@spacetofu.com",
"url": "http://jpettersson.com"
},
"contributors": [
{
"name": "Philip von Bargen",
"email": "philip@philipvonbargen.de",
"url": "http://philipvonbargen.de"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jpettersson/lingon-cli.git"
},
"bugs": {
"url": "https://github.com/jpettersson/lingon-cli/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jpettersson/lingon/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.9"
},
"bin": {
"lingon": "bin/lingon"
},
"scripts": {
"test": "jshint bin/lingon && jscs bin/lingon --reporter=inline"
},
"dependencies": {
"chalk": "~1.0.0",
"liftoff": "~2.3.0",
"minimist": "~1.1.0",
"node-dir": "^0.1.6"
},
"devDependencies": {
"jscs": "^1.13.0",
"jshint": "^2.7.0"
},
"preferGlobal": true,
"keywords": [
"middleman",
"sprockets",
"build",
"javascript",
"static",
"site",
"generator",
"gulp"
]
}