UNPKG

style-sherpa

Version:

A simple style guide generator.

34 lines (33 loc) 714 B
{ "name": "style-sherpa", "version": "1.0.2", "description": "A simple style guide generator.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/zurb/style-sherpa.git" }, "keywords": [ "style", "guide", "generator" ], "author": "ZURB <foundation@zurb.com>", "license": "MIT", "bugs": { "url": "https://github.com/zurb/style-sherpa/issues" }, "homepage": "https://github.com/zurb/style-sherpa#readme", "dependencies": { "handlebars": "^4.0.2", "highlight.js": "^8.8.0", "marked": "^0.3.5", "string-template": "^0.2.1" }, "devDependencies": { "mocha": "^2.3.2" } }