mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-24 17:23:07 +01:00
- slate-history@0.50.6 - slate-hyperscript@0.50.5 - slate-react@0.50.6 - slate-schema@0.50.5 - slate@0.50.5
40 lines
776 B
JSON
40 lines
776 B
JSON
{
|
|
"name": "slate-hyperscript",
|
|
"description": "A hyperscript helper for creating Slate documents.",
|
|
"version": "0.50.5",
|
|
"license": "MIT",
|
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
|
"main": "lib/index.js",
|
|
"module": "lib/index.es.js",
|
|
"types": "lib/index.d.ts",
|
|
"umd": "dist/slate-hyperscript.js",
|
|
"umdMin": "dist/slate-hyperscript.min.js",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist/",
|
|
"lib/"
|
|
],
|
|
"dependencies": {
|
|
"is-plain-object": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"slate": "^0.50.5"
|
|
},
|
|
"peerDependencies": {
|
|
"slate": ">=0.50.0"
|
|
},
|
|
"umdGlobals": {
|
|
"slate": "Slate"
|
|
},
|
|
"keywords": [
|
|
"deserialize",
|
|
"h",
|
|
"html",
|
|
"hyperscript",
|
|
"jsx",
|
|
"slate",
|
|
"sugar",
|
|
"xml"
|
|
]
|
|
}
|