UNPKG

course-renderer

Version:

Manages CA School Courses file system storage and HTML conversion

77 lines (76 loc) 1.95 kB
{ "name": "course-renderer", "version": "2.4.0", "description": "Manages CA School Courses file system storage and HTML conversion", "main": "dist/course-renderer.js", "scripts": { "test": "mocha", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/CodingAvenue/ca-school-renderer.git" }, "author": { "name": "Jerome Suarez", "email": "jerome.suarez@codingavenue.com", "url": "https://github.com/TenshiLyle" }, "contributors": [ { "name": "Sandae Macalalag", "email": "sandaemc@gmail.com", "url": "http://sandaemacalalag.me" } ], "keywords": [ "markdown", "html", "file" ], "license": "ISC", "bugs": { "url": "https://github.com/CodingAvenue/ca-school-renderer/issues" }, "homepage": "https://github.com/CodingAvenue/ca-school-renderer#readme", "bin": { "render-course": "dist/bin/render-course.js" }, "devDependencies": { "typescript": "^2.0.3", "mocha": "^3.1.2" }, "dependencies": { "@types/async": "^2.0.40", "@types/cheerio": "^0.17.31", "@types/del": "^2.2.32", "@types/escape-html": "0.0.20", "@types/fs-extra": "0.0.34", "@types/glob": "^5.0.32", "@types/glob-stream": "^3.1.31", "@types/js-yaml": "^3.5.29", "@types/lodash": "^4.14.76", "@types/markdown-it": "0.0.2", "@types/node": "^7.0.5", "@types/orchestrator": "^0.3.0", "@types/through2": "^2.0.33", "@types/uuid": "^3.4.1", "@types/vinyl": "^2.0.1", "@types/vinyl-fs": "^2.4.5", "async": "^2.4.1", "cheerio": "^0.22.0", "del": "^2.2.2", "escape-html": "^1.0.3", "fs-extra": "^1.0.0", "glob": "^7.1.1", "js-yaml": "^3.7.0", "lodash": "^4.17.4", "markdown-it": "^8.2.2", "orchestrator": "^0.3.8", "replace-ext": "^1.0.0", "through2": "^2.0.1", "uuid": "^3.1.0", "vinyl-fs": "^2.4.4", "yargs": "^6.6.0" } }