primrose
Version:
Syntax-highlighting text editor that renders to an HTML5 Canvas element
28 lines (27 loc) • 809 B
JSON
{
"name": "primrose",
"version": "1.1.7",
"description": "Syntax-highlighting text editor that renders to an HTML5 Canvas element",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pkg": "node .\\writeversion.js && copy ..\\..\\README.md . && rollup -c && minify primrose.js > primrose.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capnmidnight/Primrose.git"
},
"keywords": [
"HTML5",
"JavaScript",
"Canvas",
"text",
"editor"
],
"author": "Sean T. McBeth <sean.mcbeth+npm@gmail.com> (https://www.seanmcbeth.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/capnmidnight/Primrose/issues"
},
"homepage": "https://www.primrosevr.com"
}