Files
coopgo/node_modules/slate-soft-break/package.json
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

23 lines
563 B
JSON

{
"name": "slate-soft-break",
"description": "A Slate plugin to add soft breaks on return.",
"version": "0.9.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate-plugins.git",
"main": "lib/slate-soft-break.js",
"module": "lib/slate-soft-break.es.js",
"umd": "dist/slate-soft-break.js",
"umdMin": "dist/slate-soft-break.min.js",
"umdGlobals": {
"slate": "Slate",
"slate-react": "SlateReact"
},
"peerDependencies": {
"slate": ">=0.42.2",
"slate-react": ">=0.19.3"
},
"keywords": [
"slate"
]
}