mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{
|
|
"name": "marko",
|
|
"version": "5.0.0-next.27",
|
|
"license": "MIT",
|
|
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
|
"dependencies": {
|
|
"@marko/compiler": "^5.0.0-next.27",
|
|
"@marko/translator-default": "^5.0.0-next.27",
|
|
"app-module-path": "^2.2.0",
|
|
"argly": "^1.0.0",
|
|
"complain": "^1.6.0",
|
|
"events-light": "^1.0.0",
|
|
"htmljs-parser": "^2.7.1",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"bluebird": "^3.4.7",
|
|
"chai": "^4.2.0",
|
|
"diffable-html": "^2.1.0",
|
|
"express": "^4.16.1",
|
|
"it-fails": "^1.0.4",
|
|
"jsdom-context-require": "^1.0.1",
|
|
"through": "^2.3.4",
|
|
"through2": "^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"
|
|
]
|
|
}
|