UNPKG

poet

Version:

quick and easy blog module

43 lines (42 loc) 876 B
{ "name": "poet", "description": "quick and easy blog module", "version": "3.0.0", "main": "lib/poet", "dependencies": { "front-matter": ">= 0.1.x", "fs-then": "0.1.x", "json-front-matter": ">= 0.1.4", "jstransformer": "^1.0.0", "marked": "~0.3.2", "pug": "^2.0.3", "underscore": "1.4.x", "when": "2.1.x" }, "devDependencies": { "mocha": ">= 1.3.2", "chai": ">= 1.1.1", "supertest": ">= 0.0.1", "express": ">= 4.0.0" }, "repository": { "type": "git", "url": "http://github.com/jsantell/poet" }, "scripts": { "test": "./node_modules/.bin/mocha --exit --reporter spec --ui bdd" }, "keywords": [ "blog", "blogging", "markdown", "pug", "posts", "writing" ], "author": { "name": "Jordan Santell", "url": "http://github.com/jsantell" }, "license": "MIT" }