forked from sonyan/react-wysiwyg-editor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 882 Bytes
/
package.json
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
{
"name": "react-wysiwyg-editor",
"version": "0.0.6",
"description": "A bootstrap-style react component for wysiwyg editor.",
"main": "EditableDiv.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sonyan/react-wysiwyg-editor.git"
},
"keywords": [
"react",
"editable",
"div",
"wysiwyg",
"editor",
"bootstrap"
],
"author": "Sony An <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonyan/react-wysiwyg-editor/issues"
},
"homepage": "https://github.com/sonyan/react-wysiwyg-editor",
"dependencies": {
"npm-zepto": "^1.1.7",
"react-bootstrap": "0.26.4"
},
"peerDependencies": {
"react": "^0.13.0"
},
"devDependencies": {
"jsx-loader": "^0.13.2",
"webpack": "^1.9.10"
}
}