forked from instructure-react/react-tinymce
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.15 KB
/
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
39
40
41
42
43
{
"name": "react-tinymce-editor",
"version": "0.8.9",
"description": "React TinyMCE Editor component",
"main": "lib/main.js",
"scripts": {
"test": "node_modules/.bin/rackt test --single-run --browsers Firefox",
"start": "node_modules/.bin/rackt server",
"build": "node_modules/.bin/rackt build",
"pages": "node_modules/.bin/rackt pages",
"release": "node_modules/.bin/rackt release",
"preview": "node_modules/.bin/rackt release --preview"
},
"repository": {
"type": "git",
"url": "https://github.com/abhirathore2006/react-tinymce-editor.git"
},
"homepage": "https://github.com/abhirathore2006/react-tinymce-editor.git",
"keywords": [
"tinymce",
"react-component",
"react-wyswing",
"wyswwing-editor-for-react"
],
"plugins": [
"karma-mocha"
],
"author": "Matt Zabriskie, Abhimanyu Singh rathore",
"license": "MIT",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"escope": "^3.3.0",
"rackt-cli": "^0.8.0",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"dependencies": {
"lodash": "^4.17.4"
}
}