Skip to main content
Module

x/rimu/package.json

Readable text to HTML markup language
Go to Latest
File
{ "name": "rimu", "author": "Stuart Rackham <srackham@gmail.com>", "version": "3.0.10", "description": "Readable text to HTML markup language", "keywords": [ "rimu", "markup", "asciidoc", "markdown" ], "licenses": [ { "type": "MIT", "url": "https://raw.github.com/srackham/rimu/master/LICENSE" } ], "engines": { "node": ">=0.8" }, "main": "bin/rimu.js", "bin": { "rimuc": "bin/rimuc.js" }, "files": [ "bin/rimu.js", "bin/rimuc.js", "bin/rimuplayground.html", "bin/header.rmu", "bin/footer.rmu" ], "repository": { "type": "git", "url": "https://github.com/srackham/rimu.git" }, "devDependencies": { "jake": "^8.0.4", "jshint": "^2.5.3", "jsonlint": "^1.6.0", "nodeunit": "^0.9.0", "shelljs": "^0.3.0", "tslint": "^0.4.12", "typedoc": "^0.1.1", "typescript": "^1.0.1", "uglify-js": "^2.4.15", "w3cjs": "^0.1.25" }}