All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
23 lines
563 B
JSON
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"
|
|
]
|
|
}
|