UNPKG

smartdown

Version:

A library for translating, rendering and interacting with Smartdown documents. Smartdown is an extension of Markdown that provides richer media support and reactive programming capability.

95 lines (94 loc) 3.33 kB
{ "name": "smartdown", "version": "0.0.63", "description": "A library for translating, rendering and interacting with Smartdown documents. Smartdown is an extension of Markdown that provides richer media support and reactive programming capability.", "main": "docs/lib/smartdown.js", "scripts": { "clean": "rm -rf ./docs/lib", "cleanall": "rm -rf ./docs", "analyze": "npm run clean && BUILD=analyze node_modules/.bin/webpack --bail --progress --colors", "build": "npm run clean && BUILD=production node_modules/.bin/webpack --verbose --optimize-minimize --bail --progress --colors", "devbuild": "npm run cleanall && BUILD=development node_modules/.bin/webpack --bail", "buildall": "npm run cleanall && npm run build && (cd site && npm run build)", "dev": "BUILD=development node_modules/.bin/webpack --devtool=source-map --progress --colors --watch", "testx": "TEST_RUN=1 BUILD=test mocha-webpack --timeout 15000 --compilers js:babel-core/register -r jsdom-global/register --reporter nyan --colors ./test/*.spec.js", "test": "TEST_RUN=1 BUILD=test mocha-webpack --webpack-config webpack.config.js ./test/*.spec.js" }, "files": [ "docs/lib" ], "repository": { "type": "git", "url": "git+https://github.com/DoctorBud/smartdown.git" }, "keywords": [ "markdown", "smartdown", "marked", "p5js", "mathjax" ], "author": "Daniel Keith <dan@quantumclay.com> (http://doctorbud.github.io)", "license": "UNLICENSED", "bugs": { "url": "https://github.com/DoctorBud/smartdown/issues" }, "homepage": "https://github.com/DoctorBud/smartdown#readme", "devDependencies": { "autoprefixer": "^7.2.6", "babel": "^6.23.0", "babel-core": "^6.26.0", "babel-eslint": "^8.2.1", "babel-loader": "^7.1.2", "babel-plugin-dynamic-import-webpack": "^1.0.2", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-preset-env": "^1.6.1", "chai": "^4.1.2", "copy-webpack-plugin": "^4.4.1", "css-loader": "0.28.9", "eslint": "^4.17.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-loader": "^1.9.0", "eslint-plugin-import": "^2.8.0", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.6", "filemanager-webpack-plugin": "^1.0.23", "google-fonts-webpack-plugin": "^0.4.4", "html-webpack-plugin": "^2.30.1", "mocha": "^5.0.0", "mocha-webpack": "^1.0.1", "null-loader": "^0.1.1", "postcss-loader": "2.1.0", "postcss-smart-import": "^0.7.6", "precss": "^2.0.0", "source-map": "^0.7.0", "style-loader": "^0.20.1", "uglifyjs-webpack-plugin": "^1.1.8", "web-audio-mock-api": "^1.0.0", "webpack": "^3.11.0", "webpack-bundle-analyzer": "^2.10.0", "webpack-dev-server": "^2.11.1", "yargs": "^11.0.0" }, "dependencies": { "@stdlib/stdlib": "0.0.33", "base64-js": "^1.2.1", "d3": "^4.13.0", "d3-cloud": "^1.2.5", "d3-sankey": "^0.7.1", "d3fc": "^13.1.1", "gifffer": "^1.5.1", "highlight.js": "^9.12.0", "ieee754": "^1.1.8", "js-yaml": "^3.10.0", "leaflet": "^1.3.1", "lodash": "^4.17.5", "marked": "^0.3.12", "p5": "^0.6.0", "plotly.js": "^1.33.1", "three": "^0.89.0", "topojson": "^3.0.2", "vdom-to-html": "^2.3.1", "viz.js": "^1.8.0" } }