UNPKG

catlogjs

Version:

Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions

50 lines (49 loc) 1.11 kB
{ "name": "catlogjs", "version": "0.1.8", "description": "Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions", "main": "index.coffee", "scripts": {}, "repository": { "type": "git", "url": "git://github.com/CatTail/catlog.git" }, "keywords": [ "blog", "markdown" ], "dependencies": { "marked": "~0.2.8", "jade": "~0.35.0", "ejs": "~0.8.4", "node-static": "~0.6.9", "underscore": "1.4.4", "async": "~0.2.8", "rss": "~0.0.4", "moment": "~2.0.0", "coffee-script": "~1.6.3", "open": "0.0.4", "optimist": "~0.6.0", "inquirer": "~0.2.3", "commander": "~2.0.0", "colors": "~0.6.1", "temp": "~0.5.1", "fs-extra": "~0.6.3", "consolidate": "~0.9.1" }, "author": "zhongchiyu@gmail.com", "license": "MIT", "bin": { "catlog": "./bin/catlog" }, "preferGlobal": true, "directories": { "lib": "./lib", "bin": "./bin" }, "devDependencies": { "grunt": "~0.4.1", "grunt-bump": "0.0.11", "node-watch": "~0.3.4" } }