-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 984 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "handlepastedtext",
"version": "1.0.7",
"description": "Function to handle pasted text in draft-js. This seems to be one of the key features of draftail. I didn't want the other features/heavy customization of draftail. If your requirements are basic like changing a few styles or creating tags/entities out of pasted text, it should work out of the box. You can provide your custom function for styling or entity creation for advanced uses.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandzone/HandlePastedText.git"
},
"keywords": [
"draft-js",
"htmltotext",
"html",
"pastedtext",
"handlepastedtext"
],
"author": "Sandeep Muthangi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sandzone/HandlePastedText/issues"
},
"homepage": "https://github.com/sandzone/HandlePastedText#readme"
}