UNPKG

pottercms

Version:

A markdown content management system.

72 lines (71 loc) 1.44 kB
{ "author": "JP Richardson <jp@gitpilot.com>", "name": "pottercms", "homepage": "http://pottercms.com", "description": "A markdown content management system.", "version": "0.0.4", "keywords": [ "blog", "static", "markdown", "git", "github", "octopress", "jekyl", "cms", "content", "static" ], "repository": { "type": "git", "url": "git@github.com:jprichardson/pottercms.git" }, "licenses": [ { "type": "MIT", "url": "" } ], "main": "./lib/potter.js", "scripts": { "test": "cake test" }, "dependencies": { "rock": "~0.1.1", "optimist": "0.3.x", "fs-extra": "~0.3.2", "path-extra": "0.0.x", "autoresolve": "0.0.x", "string": "~1.1.0", "handlebars": "~1.0.7", "triggerflow": "0.0.x", "less": "~1.3.0", "date-tokens": "0.0.x", "underscore": "~1.3.3", "batchflow": "~0.3.0", "parentpath": "0.0.1", "batchdir": "~0.1.0", "fnoc": "~0.2.1", "buffet": "~0.4.6", "nextflow": "~0.2.3", "walker": "~1.0.3", "markdown-extra": "0.0.1", "markdown-walker": "0.0.2", "markdown-page": "0.0.5", "batchfile": "~0.1.2", "open": "0.0.2" }, "devDependencies": { "testutil": "~0.2.4", "mocha": "1.3.x", "growl": "1.5.x", "path-extra": "0.0.x" }, "engines": { "node": "*" }, "preferGlobal": true, "bin": { "potter": "./bin/potter" } }