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": "10.2.0", "description": "Readable text to HTML markup language", "keywords": [ "rimu", "markup", "asciidoc", "markdown" ], "license": "MIT", "engines": { "node": ">=0.8" }, "main": "lib/rimu.js", "bin": { "rimuc": "bin/rimuc.js" }, "files": [ "LICENSE", "README.md", "lib/rimu.js", "lib/rimu.min.js", "bin/rimuc.js", "typings/rimu.d.ts" ], "typings": "typings/rimu.d.ts", "repository": { "type": "git", "url": "https://github.com/srackham/rimu.git" }, "devDependencies": { "@types/node": "^8.0.44", "faucet": "0.0.1", "jake": "^8.0.15", "jshint": "^2.9.5", "jsonlint": "^1.6.2", "raw-loader": "^0.5.1", "shelljs": "^0.7.8", "tape": "^4.8.0", "ts-loader": "^3.0.3", "tslint": "^5.7.0", "typescript": "^2.5.3", "uglify-js": "^3.1.4", "webpack": "^3.8.1" }}