marko/packages/marko/package.json
2021-02-18 08:42:06 -07:00

80 lines
2.2 KiB
JSON

{
"name": "marko",
"version": "5.1.17",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.1.17",
"@marko/translator-default": "^5.1.17",
"app-module-path": "^2.2.0",
"argly": "^1.0.0",
"complain": "^1.6.0",
"events-light": "^1.0.0",
"lasso-caching-fs": "^1.0.1",
"lasso-package-root": "^1.0.1",
"listener-tracker": "^2.0.0",
"minimatch": "^3.0.2",
"property-handlers": "^1.0.0",
"raptor-regexp": "^1.0.0",
"raptor-util": "^3.2.0",
"resolve-from": "^5.0.0",
"self-closing-tags": "^1.0.1",
"strip-json-comments": "^2.0.1",
"warp10": "^2.0.1"
},
"main": "index.js",
"browser": {
"./compiler.js": "./compiler-browser.marko",
"./components.js": "./components-browser.marko",
"./index.js": "./index-browser.marko"
},
"bin": {
"markoc": "bin/markoc"
},
"homepage": "http://markojs.com/",
"logo": {
"url": "https://raw.githubusercontent.com/marko-js/branding/master/marko-logo-small.png"
},
"repository": {
"type": "git",
"url": "https://github.com/marko-js/marko.git"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": [
"Patrick Steele-Idem <pnidem@gmail.com>",
"Michael Rawlings <ml.rawlings@gmail.com>",
"Phillip Gates-Idem <phillip.idem@gmail.com>",
"Austin Kelleher <a@alk.im>",
"Dylan Piercey <pierceydylan@gmail.com>",
"Martin Aberer"
],
"keywords": [
"front-end",
"templating",
"template",
"async",
"streaming",
"components",
"ui",
"vdom",
"dom",
"morphdom",
"virtual",
"virtual-dom"
],
"files": [
"bin",
"dist",
"docs",
"src",
"compiler-browser.marko",
"compiler.js",
"components-browser.marko",
"components.js",
"env.js",
"index-browser.marko",
"index.js",
"node-require.js"
]
}