forked from instructure-react/react-tinymce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 804 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
{
"name": "react-tinymce",
"version": "0.5.1",
"description": "React TinyMCE component",
"main": "lib/main.js",
"scripts": {
"test": "node_modules/.bin/rackt test --single-run --browsers Firefox",
"start": "node_modules/.bin/rackt server"
},
"repository": {
"type": "git",
"url": "https://github.com/instructure-react/react-tinymce.git"
},
"homepage": "https://github.com/instructure-react/react-tinymce",
"keywords": [
"tinymce",
"react-component"
],
"author": "Matt Zabriskie",
"license": "MIT",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"rackt-cli": "^0.5.3",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"dependencies": {
"lodash": "^3.9.3"
}
}