forked from uxcore/uxcore-tinymce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "uxcore-tinymce",
"version": "0.2.2",
"description": "uxcore-tinymce component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-tinymce.git",
"author": "eternalsky",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"pub": "uxcore-tools run pub",
"dep": "npm install -d console-polyfill@^0.2.2 es5-shim@^4.5.8 [email protected] [email protected] [email protected] [email protected]"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-tinymce/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-tinymce",
"Tinymce"
],
"devDependencies": {
"console-polyfill": "^0.2.2",
"es5-shim": "^4.5.8",
"kuma-base": "1.x",
"react": "15.x",
"react-dom": "15.x",
"uxcore-kuma": "2.x",
"uxcore-tools": "0.2.x"
},
"dependencies": {
"classnames": "^2.1.2",
"deep-equal": "~1.0.1",
"object-assign": "^4.0.0"
},
"contributors": [],
"license": "MIT"
}