mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-24 09:13:24 +01:00
39 lines
771 B
JSON
39 lines
771 B
JSON
{
|
|
"name": "slate-hyperscript",
|
|
"description": "A hyperscript helper for creating Slate documents.",
|
|
"version": "0.58.1",
|
|
"license": "MIT",
|
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.es.js",
|
|
"types": "dist/index.d.ts",
|
|
"umd": "dist/slate-hyperscript.js",
|
|
"umdMin": "dist/slate-hyperscript.min.js",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"dependencies": {
|
|
"is-plain-object": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"slate": "^0.58.1"
|
|
},
|
|
"peerDependencies": {
|
|
"slate": ">=0.55.0"
|
|
},
|
|
"umdGlobals": {
|
|
"slate": "Slate"
|
|
},
|
|
"keywords": [
|
|
"deserialize",
|
|
"h",
|
|
"html",
|
|
"hyperscript",
|
|
"jsx",
|
|
"serialize",
|
|
"slate",
|
|
"xml"
|
|
]
|
|
}
|