2018-08-24 04:08:19 +08:00
|
|
|
{
|
|
|
|
"name": "tiptap-extensions",
|
2018-08-25 22:48:59 +08:00
|
|
|
"version": "0.2.2",
|
2018-08-24 04:08:19 +08:00
|
|
|
"description": "Extensions for tiptap",
|
|
|
|
"homepage": "https://tiptap.scrumpy.io",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "dist/extensions.common.js",
|
|
|
|
"module": "dist/extensions.esm.js",
|
|
|
|
"unpkg": "dist/extensions.js",
|
|
|
|
"jsdelivr": "dist/extensions.js",
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/heyscrumpy/tiptap.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/heyscrumpy/tiptap/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-08-25 22:48:59 +08:00
|
|
|
"tiptap": "^0.5.1",
|
2018-08-25 06:07:34 +08:00
|
|
|
"tiptap-commands": "^0.2.0"
|
2018-08-24 04:08:19 +08:00
|
|
|
}
|
|
|
|
}
|