forked from sstur/draft-js-utils
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@sendgrid/draft-js-import-html",
"version": "1.0.3",
"description": "DraftJS: Import HTML to ContentState",
"main": "lib/main.js",
"typings": "typings/index.d.ts",
"scripts": {
"build": "babel src --out-dir lib --ignore \"_*\"",
"watch": "babel src --watch --out-dir lib --ignore \"_*\""
},
"dependencies": {
"@sendgrid/draft-js-import-element": "1.0.3"
},
"peerDependencies": {
"draft-js": ">=0.10.0",
"immutable": "3.x.x"
},
"keywords": [
"draft-js",
"import-html"
],
"author": "sstur@me.com",
"contributors": [
{
"name": "Laura Knight",
"url": "https://github.com/ljknight"
},
{
"name": "Simon Sturmer",
"url": "https://github.com/sstur"
}
],
"license": "ISC",
"repository": "https://github.com/sstur/draft-js-utils/tree/master/packages/draft-js-import-html",
"bugs": {
"url": "https://github.com/sstur/draft-js-utils/issues"
},
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-import-html/README.md"
}